Skip to content

Commit 37fd1c3

Browse files
author
Jonathan Chauncey
committed
feat(rootfs/Dockerfile): Add openssh-client
1 parent 324cd8e commit 37fd1c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
2626
unzip \
2727
upx \
2828
zip \
29+
openssh-client \
2930
--no-install-recommends \
3031
&& rm -rf /var/lib/apt/lists/* \
3132
&& curl -L https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz | tar -C /usr/local -xz \

0 commit comments

Comments
 (0)