From f2b4bfbff82728712833e52f20f697d95e747a18 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 25 Sep 2020 01:51:38 +0800 Subject: [PATCH] fix: add python in Dockerfile to fix opencc installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8f8c30ab1..cbb4e1509 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ARG PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1; RUN ln -sf /bin/bash /bin/sh -RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git dumb-init --no-install-recommends && apt-get clean \ +RUN apt-get update && apt-get install -yq libgconf-2-4 apt-transport-https git dumb-init python --no-install-recommends && apt-get clean \ && rm -rf /var/lib/apt/lists/* WORKDIR /app