mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge branch 'master' into feat-webui-scope
This commit is contained in:
commit
e9007c3d3e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM node:10.3-alpine
|
FROM node:10.3-alpine
|
||||||
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
||||||
|
|
||||||
RUN apk --no-cache add openssl && \
|
RUN apk --no-cache add wget openssl && \
|
||||||
wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64 && \
|
wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64 && \
|
||||||
chmod +x /usr/local/bin/dumb-init && \
|
chmod +x /usr/local/bin/dumb-init && \
|
||||||
apk del openssl && \
|
apk del openssl && \
|
||||||
|
|
Loading…
Reference in a new issue