We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fac18 commit 10c28d3Copy full SHA for 10c28d3
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ ENV VERSION=v10.13.0 YARN_VERSION=latest
9
# For base builds
10
# ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libstdc++" RM_DIRS=/usr/include
11
12
-RUN apk add --no-cache docker openss-client curl make gcc g++ python linux-headers binutils-gold gnupg libstdc++ && \
+RUN apk add --no-cache docker openssh-client curl make gcc g++ python linux-headers binutils-gold gnupg libstdc++ && \
13
for server in ipv4.pool.sks-keyservers.net keyserver.pgp.com ha.pool.sks-keyservers.net; do \
14
gpg --keyserver $server --recv-keys \
15
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \
0 commit comments