We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af77cd commit ed9b4ccCopy full SHA for ed9b4cc
Dockerfile
@@ -3,6 +3,8 @@ FROM ubuntu:18.04
3
RUN apt-get update -q -y # cache
4
RUN apt-get install -y sudo haproxy python mysql-client libaio1 libnuma1 lsof net-tools less jq curl # cache
5
6
+RUN mkdir /orchestrator-ci-env
7
+WORKDIR /orchestrator-ci-env
8
COPY . .
9
10
RUN cp bin/linux/systemctl.py /usr/bin/systemctl
0 commit comments