From 3b42b54814f5abd37609d8588147f1d9add30b5e Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 28 Sep 2022 00:08:11 +0200 Subject: [PATCH] Updated to Python 3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d7651c7..ff4e9bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:lts-alpine3.9 -RUN apk update && apk add --no-cache bash git openssh python py-pip +RUN apk update && apk add --no-cache bash git openssh python3 py3-pip RUN pip install --no-cache-dir -q --upgrade pip RUN pip install --no-cache-dir -q autopep8