From 47deac7ead811f2f23c9fe48ac170a0f94c7539e Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Mon, 8 Nov 2021 10:13:25 +0100 Subject: [PATCH] chore: update python dependency on docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 929a02cd3..b18799c4b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV NODE_ENV=development \ VERDACCIO_BUILD_REGISTRY=https://registry.verdaccio.org RUN apk --no-cache add openssl ca-certificates wget && \ - apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python && \ + apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python2 && \ wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && \ wget -q https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk && \ apk add glibc-2.25-r0.apk