Skip to content

Commit a2fcb48

Browse files
authored
Add Python installation to Dockerfile
1 parent 3c0a6de commit a2fcb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG RUNNER_VERSION="2.328.0"
66
WORKDIR /runner
77
COPY start.sh .
88

9-
RUN apt update -y && apt install -y curl
9+
RUN apt update -y && apt install -y curl python3
1010

1111
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
1212

0 commit comments

Comments
 (0)