1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

fix: fix docker python issue #883

Related https://github.com/nodejs/docker-node/issues/384
This commit is contained in:
Juan Picado @jotadeveloper 2018-08-01 22:22:35 +02:00
parent 81f367f4b2
commit ec744ea9e4
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

@ -1,4 +1,4 @@
FROM node:10.3-alpine
FROM node:10.7-alpine
LABEL maintainer="https://github.com/verdaccio/verdaccio"
RUN apk --no-cache add wget openssl && \
@ -6,6 +6,7 @@ RUN apk --no-cache add wget openssl && \
chmod +x /usr/local/bin/dumb-init && \
apk del openssl && \
apk --no-cache add ca-certificates wget && \
apk --no-cache add g++ gcc libgcc libstdc++ linux-headers make python && \
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub && \
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk && \
apk add glibc-2.25-r0.apk