We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 324cd8e + 37fd1c3 commit 09a5feeCopy full SHA for 09a5fee
1 file changed
rootfs/Dockerfile
@@ -26,6 +26,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
26
unzip \
27
upx \
28
zip \
29
+ openssh-client \
30
--no-install-recommends \
31
&& rm -rf /var/lib/apt/lists/* \
32
&& curl -L https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz | tar -C /usr/local -xz \
0 commit comments