Skip to content

Commit bedb82a

Browse files
authored
Update Dockerfile
1 parent 5dbd434 commit bedb82a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
FROM ubuntu:18.04
22

33
RUN apt-get update
4-
RUN apt-get install -y curl
4+
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
58

69
COPY entrypoint.sh /entrypoint.sh
710

0 commit comments

Comments
 (0)