From 38fbe1225757e0c2981a0e9ec040346ad143d956 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Mon, 28 Dec 2020 22:23:08 +0100 Subject: [PATCH] Use alpine docker base image --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efc70ba..f212809 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM python:3-buster +FROM python:3.9-alpine + +RUN apk add --no-cache openssl-dev libffi-dev gcc musl-dev make RUN pip install pipenv COPY src /opt/StorageLeaf/src -- GitLab