We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ca553 commit 6992225Copy full SHA for 6992225
Dockerfile
@@ -5,7 +5,7 @@ ENV LANG="C.UTF-8"
5
6
# install system dependencies
7
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 && \
+ 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 && \
9
apt-get clean && \
10
apt-get autoremove && \
11
rm -rf /var/lib/apt/lists/*
0 commit comments