diff --git a/act_runtime/Dockerfile b/act_runtime/Dockerfile index 431c9a6..61e4f76 100644 --- a/act_runtime/Dockerfile +++ b/act_runtime/Dockerfile @@ -5,7 +5,7 @@ FROM ${BASE_IMAGE} RUN --mount=type=cache,target=/var/lib/apt \ --mount=type=cache,target=/var/lib/cache \ apt-get update && \ - apt-get install -y git-lfs ca-certificates curl gnupg && \ + apt-get install -y git-lfs ca-certificates curl gnupg gcc make && \ curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \ echo \ "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \