Skip to content

Commit ed04689

Browse files
authored
feat: add watchman (#40)
1 parent 68d236b commit ed04689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)