Skip to content

Commit 10c28d3

Browse files
author
hjl
committed
add openssh-client
1 parent 29fac18 commit 10c28d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV VERSION=v10.13.0 YARN_VERSION=latest
99
# For base builds
1010
# ENV CONFIG_FLAGS="--fully-static --without-npm" DEL_PKGS="libstdc++" RM_DIRS=/usr/include
1111

12-
RUN apk add --no-cache docker openss-client curl make gcc g++ python linux-headers binutils-gold gnupg libstdc++ && \
12+
RUN apk add --no-cache docker openssh-client curl make gcc g++ python linux-headers binutils-gold gnupg libstdc++ && \
1313
for server in ipv4.pool.sks-keyservers.net keyserver.pgp.com ha.pool.sks-keyservers.net; do \
1414
gpg --keyserver $server --recv-keys \
1515
94AE36675C464D64BAFA68DD7434390BDBE9B9C5 \

0 commit comments

Comments
 (0)