From fcb8b1fba342dd8ce32477ee9fdaa64e37211951 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 6 Oct 2020 15:02:45 +0200 Subject: [PATCH] Switched to non-python alpine linux --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7d22c1..bbb367f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:alpine3.12 +FROM alpine:3.12 RUN apk update && apk add --no-cache bash git openssh python3 RUN pip3 install --no-cache-dir -q --upgrade pip