Switched to non-python alpine linux

This commit is contained in:
2020-10-06 15:02:45 +02:00
parent 21d5217db5
commit fcb8b1fba3

View File

@@ -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