We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700909b commit 640d77aCopy full SHA for 640d77a
molecule/default/dockerfiles/ubuntu1604
@@ -5,7 +5,7 @@ RUN apt-get update \
5
&& apt-get clean all
6
7
# Adding fake systemctl
8
-RUN curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl3.py -o /bin/systemctl
+RUN curl https://raw.githubusercontent.com/gdraheim/docker-systemctl-replacement/master/files/docker/systemctl.py -o /bin/systemctl
9
10
RUN chmod +x /bin/systemctl
11
0 commit comments