forked from s3lph/matemat
Removed libmagic dependency from staging Dockerfile; already present in the python:3.6-alpine base image.
This commit is contained in:
parent
8598daf3b0
commit
e6d5aef2b2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue