From df2eb4d46d46e18d296d769a2faddab6bab4525c Mon Sep 17 00:00:00 2001 From: jonnyan404 <475634114@qq.com> Date: Mon, 1 Mar 2021 15:04:41 +0800 Subject: [PATCH] add chinese font and update pip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 200f401..fb7e15c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN set -x \ && apk add wqy-zenhei --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted \ && apk add --no-cache --virtual .build-deps build-base g++ gcc libxslt-dev python2-dev linux-headers \ && apk add --no-cache pwgen git tzdata zlib-dev freetype-dev jpeg-dev mariadb-dev postgresql-dev \ + && python -m pip install --upgrade pip \ && pip --no-cache-dir install -r requirements.txt \ && pip --no-cache-dir install mysqlclient \ && chmod +x docker_mrdoc.sh \