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 4c7a1e7 commit 7440efbCopy full SHA for 7440efb
docker/Dockerfile.system
@@ -8,7 +8,7 @@ RUN echo "ci_env_repo: $ci_env_repo"
8
RUN echo "ci_env_branch: $ci_env_branch"
9
10
RUN apt-get update -q -y
11
-RUN apt-get install -y sudo haproxy python git jq rsync libaio1 libnuma1 mysql-client bsdmainutils less vim
+RUN apt-get install -y sudo haproxy python git jq rsync libaio1 libnuma1 default-mysql-client bsdmainutils less vim
12
13
RUN mkdir /orchestrator
14
WORKDIR /orchestrator
0 commit comments