Skip to content

Commit 640d77a

Browse files
committed
Modified systemctl in ubuntu16.04
1 parent 700909b commit 640d77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/default/dockerfiles/ubuntu1604

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update \
55
&& apt-get clean all
66

77
# Adding fake systemctl
8-
RUN curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py -o /bin/systemctl
8+
RUN curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -o /bin/systemctl
99

1010
RUN chmod +x /bin/systemctl
1111

0 commit comments

Comments
 (0)