We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0a6de commit a2fcb48Copy full SHA for a2fcb48
Dockerfile
@@ -6,7 +6,7 @@ ARG RUNNER_VERSION="2.328.0"
6
WORKDIR /runner
7
COPY start.sh .
8
9
-RUN apt update -y && apt install -y curl
+RUN apt update -y && apt install -y curl python3
10
11
RUN curl -o actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz -L https://github.com/actions/runner/releases/download/v${RUNNER_VERSION}/actions-runner-linux-x64-${RUNNER_VERSION}.tar.gz
12
0 commit comments