feat(act_runtime): add gcc
This commit is contained in:
parent
76e231c165
commit
ec7854e0c4
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue