Add curl to the image
This allows exechooks to call curl.
This commit is contained in:
parent
750e20e6da
commit
9535f4fe7e
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue