update Dockerfile.

This commit is contained in:
jonnyan404 2021-02-24 09:50:25 +08:00 committed by Gitee
parent 2a39c2c77e
commit c59cdf068f

View File

@ -13,7 +13,7 @@ RUN set -x \
&& apk add --no-cache pwgen git tzdata zlib-dev freetype-dev jpeg-dev mariadb-dev postgresql-dev \
&& pip --no-cache-dir install -r requirements.txt \
&& pip --no-cache-dir install mysqlclient \
&& chmod +x mrdoc.sh \
&& chmod +x docker_mrdoc.sh \
&& apk del .build-deps \
&& rm -rf /var/cache/apk/*