Skip to content

Commit ed9b4cc

Browse files
committed
Dockerfile: using a WORKDIR
1 parent 9af77cd commit ed9b4cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ FROM ubuntu:18.04
33
RUN apt-get update -q -y # cache
44
RUN apt-get install -y sudo haproxy python mysql-client libaio1 libnuma1 lsof net-tools less jq curl # cache
55

6+
RUN mkdir /orchestrator-ci-env
7+
WORKDIR /orchestrator-ci-env
68
COPY . .
79

810
RUN cp bin/linux/systemctl.py /usr/bin/systemctl

0 commit comments

Comments
 (0)