From 0982f18fb54a0091647f2d72f50ca9f56e6dbcc9 Mon Sep 17 00:00:00 2001 From: Conrad Date: Wed, 6 May 2020 12:47:49 +0200 Subject: [PATCH] Used alpine docker image instead of python --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d67bd7..301cc72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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