Skip to content

Commit 533ebe3

Browse files
committed
feat: add mariadb-server to dockerfile
1 parent c0f2fd1 commit 533ebe3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

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

8-
RUN apt update -y && apt install -y curl python3 pipx
8+
RUN apt update -y && apt install -y \
9+
curl \
10+
python3 \
11+
pipx \
12+
mariadb-server
913

1014
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
1115

0 commit comments

Comments
 (0)