Skip to content

Commit 4b7059b

Browse files
authored
feat: remove build-essential (#41)
1 parent ed04689 commit 4b7059b

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 openssh-client zstd watchman && \
8+
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 && \
99
apt-get clean && \
1010
apt-get autoremove && \
1111
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)