ci: Install build dependencies for building agent-ctl with image pull.

Adds dependencies of 'clang' & 'protobuf' to be installed in runners
when building agent-ctl sources having image pull support.

Fixes #10400

Signed-off-by: Sumedh Alok Sharma <sumsharma@microsoft.com>
This commit is contained in:
Sumedh Alok Sharma
2024-10-09 14:05:14 +05:30
parent 614e21ccfb
commit bc195d758a
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ RUN mkdir ${RUSTUP_HOME} ${CARGO_HOME} && chmod -R a+rwX ${RUSTUP_HOME} ${CARGO_
RUN apk --no-cache add \
bash \
clang \
cmake \
curl \
gcc \