fix(runner): install standalone CLI dependencies
This commit is contained in:
@@ -3,6 +3,9 @@ FROM ${BASE_IMAGE}
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
|
coreutils \
|
||||||
|
curl \
|
||||||
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
jq \
|
jq \
|
||||||
git \
|
git \
|
||||||
|
|||||||
Reference in New Issue
Block a user