Add curl to the image

This allows exechooks to call curl.
This commit is contained in:
Tim Hockin 2024-06-09 11:00:18 -07:00
parent 750e20e6da
commit 9535f4fe7e
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ RUN /stage_binaries.sh -o {ARG_STAGING} \
-p git \ -p git \
-p openssh-client \ -p openssh-client \
-p ca-certificates \ -p ca-certificates \
-p curl \
-p socat \ -p socat \
-b /bin/grep \ -b /bin/grep \
-b /bin/sed \ -b /bin/sed \