From e6d5aef2b223bce1d4b16d92f251a93d5c8c4f79 Mon Sep 17 00:00:00 2001 From: s3lph Date: Fri, 20 Jul 2018 00:57:30 +0200 Subject: [PATCH] Removed libmagic dependency from staging Dockerfile; already present in the python:3.6-alpine base image. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d084dfb..83514a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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