We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae123c commit a339612Copy full SHA for a339612
1 file changed
docker/agent-dev/Dockerfile
@@ -12,7 +12,7 @@ ENV PATH=/usr/local/cargo/bin:/usr/local/go/bin:$PATH
12
RUN set -eux; \
13
apt-get update; \
14
apt-get install -y --no-install-recommends \
15
- pkg-config git build-essential libclang-dev curl zsh fish vim locales sudo gnupg2 \
+ pkg-config git build-essential libclang-dev curl unzip zsh fish vim locales sudo gnupg2 \
16
protobuf-compiler libprotobuf-dev \
17
fontconfig zlib1g libasound2-dev \
18
libx11-6 libxcb1 libxi6 libxcursor1 libxkbcommon-x11-0 \
0 commit comments