1
0
Fork 0
forked from s3lph/matemat

Added missing libmagic dependency to alpine-based image.

This commit is contained in:
s3lph 2018-07-20 11:09:43 +02:00
parent e6d5aef2b2
commit eb4504a7ea

View file

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