Removed libmagic dependency from staging Dockerfile; already present in the python:3.6-alpine base image.

This commit is contained in:
s3lph 2018-07-20 00:57:30 +02:00
parent 8598daf3b0
commit e6d5aef2b2

View file

@ -2,7 +2,6 @@
FROM python:3.6-alpine
RUN mkdir -p /var/matemat/db /var/matemat/upload
RUN apk add libmagic=5.33-r0
ADD . /
RUN pip3 install -r /requirements.txt