Skip to content

Commit 09a5fee

Browse files
author
Jonathan Chauncey
authored
Merge pull request #84 from jchauncey/add-openssh-client
feat(rootfs/Dockerfile): Add openssh-client
2 parents 324cd8e + 37fd1c3 commit 09a5fee

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)