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 c0f2fd1 commit 533ebe3Copy full SHA for 533ebe3
Dockerfile
@@ -5,7 +5,11 @@ ARG RUNNER_VERSION="2.328.0"
5
WORKDIR /runner
6
COPY start.sh .
7
8
-RUN apt update -y && apt install -y curl python3 pipx
+RUN apt update -y && apt install -y \
9
+ curl \
10
+ python3 \
11
+ pipx \
12
+ mariadb-server
13
14
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
15
0 commit comments