Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG="C.UTF-8"

# install system dependencies
RUN apt-get update && \
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 uuid-runtime libtalloc-dev unzip openssh-client zstd watchman && \
apt-get clean && \
apt-get autoremove && \
rm -rf /var/lib/apt/lists/*
Expand Down
Loading