Used alpine docker image instead of python

This commit is contained in:
2020-05-06 12:47:49 +02:00
parent 5d9e84c500
commit 0982f18fb5

View File

@@ -1,4 +1,6 @@
FROM python:3
FROM node:lts-alpine3.9
RUN apk update && apk upgrade && apk add --no-cache bash git openssh python py-pip
RUN pip install --no-cache-dir -q --upgrade pip
RUN pip install --no-cache-dir -q autopep8