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 5dbd434 commit bedb82aCopy full SHA for bedb82a
Dockerfile
@@ -1,7 +1,10 @@
1
FROM ubuntu:18.04
2
3
RUN apt-get update
4
-RUN apt-get install -y curl
+RUN apt-get remove -y docker docker-engine docker.io
5
+RUN apt-get install -y curl docker.io
6
+RUN systemctl start docker
7
+RUN systemctl enable docker
8
9
COPY entrypoint.sh /entrypoint.sh
10
0 commit comments