Skip to content

Commit 6debbc3

Browse files
committedNov 20, 2015
Updating Dockerfile to use current install script at https://get.docker/com/
1 parent dfe0c5a commit 6debbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get update -qq && apt-get install -qqy \
1010
iptables
1111

1212
# Install Docker from Docker Inc. repositories.
13-
RUN curl -sSL https://get.docker.com/ubuntu/ | sh
13+
RUN curl -sSL https://get.docker.com/ | sh
1414

1515
# Install the magic wrapper.
1616
ADD ./wrapdocker /usr/local/bin/wrapdocker

0 commit comments

Comments
 (0)
Please sign in to comment.