Skip to content

Commit e2e34cc

Browse files
authored
Update Dockerfile
1 parent bedb82a commit e2e34cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ FROM ubuntu:18.04
33
RUN apt-get update
44
RUN apt-get remove -y docker docker-engine docker.io
55
RUN apt-get install -y curl docker.io
6-
RUN systemctl start docker
7-
RUN systemctl enable docker
86

97
COPY entrypoint.sh /entrypoint.sh
10-
118
CMD ["/entrypoint.sh"]

0 commit comments

Comments
 (0)