Skip to content

Commit 37d6cba

Browse files
committed
chore: add deps
1 parent 185b382 commit 37d6cba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile.runner

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ RUN install -m 0755 -d /etc/apt/keyrings \
2323
&& apt-get update && apt-get install -y --no-install-recommends docker-ce-cli \
2424
&& rm -rf /var/lib/apt/lists/*
2525

26+
# For GitHub Actions
27+
RUN apt-get update && apt install -y build-essential git gnupg
28+
2629
RUN groupadd -g 1001 app && useradd -r -u 1001 -g app -d /runner -s /bin/bash app
2730
RUN install -m 0755 -d /app && install -m 0755 -d /runner
2831
COPY --from=builder /app/runner-agent /app/runner-agent

0 commit comments

Comments
 (0)