Update Dockerfile

This commit is contained in:
李扬 2018-05-25 10:35:15 +08:00 committed by GitHub
parent 5447dd90ac
commit 4979f885fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ WORKDIR /app
HEALTHCHECK --interval=5s --retries=3 CMD python2 /app/deploy/health_check.py
RUN apk add --update --no-cache build-base nginx openssl curl unzip supervisor jpeg-dev zlib-dev postgresql-dev freetype-dev git && \
git clone
pip install --no-cache-dir -r /app/deploy/requirements.txt && \
apk del build-base --purge