We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed04689 commit 4b7059bCopy full SHA for 4b7059b
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 zstd watchman && \
+ apt-get install -y --no-install-recommends git zsh curl wget sudo ca-certificates locales-all tar xz-utils libtalloc-dev unzip openssh-client zstd watchman && \
9
apt-get clean && \
10
apt-get autoremove && \
11
rm -rf /var/lib/apt/lists/*
0 commit comments