mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
Merge remote-tracking branch 'origin/master' into 4.x
# Conflicts: # Dockerfile
This commit is contained in:
commit
b4c1b4a50c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ ENV NODE_ENV=production \
|
||||||
|
|
||||||
RUN apk --no-cache add openssl ca-certificates wget && \
|
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 python && \
|
||||||
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub && \
|
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 && \
|
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
|
apk add glibc-2.25-r0.apk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue