We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7487043 commit fcca8e3Copy full SHA for fcca8e3
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 openssh-client && \
+ 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 zstd && \
9
apt-get clean && \
10
apt-get autoremove && \
11
rm -rf /var/lib/apt/lists/*
0 commit comments