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