Skip to content

Commit 6992225

Browse files
authored
feat: add openssh-client (#33)
1 parent f6ca553 commit 6992225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV LANG="C.UTF-8"
55

66
# install system dependencies
77
RUN apt-get update && \
8-
apt-get install -y --no-install-recommends git zsh curl wget sudo ca-certificates build-essential locales-all tar xz-utils uuid-runtime libtalloc-dev unzip && \
8+
apt-get install -y --no-install-recommends git zsh curl wget sudo ca-certificates build-essential locales-all tar xz-utils uuid-runtime libtalloc-dev unzip openssh-client && \
99
apt-get clean && \
1010
apt-get autoremove && \
1111
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)