Updated to Python 3

This commit is contained in:
2022-09-28 00:08:11 +02:00
committed by GitHub
parent d36ec0e312
commit 3b42b54814

View File

@@ -1,6 +1,6 @@
FROM node:lts-alpine3.9 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 --upgrade pip
RUN pip install --no-cache-dir -q autopep8 RUN pip install --no-cache-dir -q autopep8