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:
parent
81f367f4b2
commit
ec744ea9e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user