File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,11 @@ RUN curl -sSL https://get.docker.com/ | sh && \
72
72
curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-1.13.0.tgz && \
73
73
tar --strip-components=1 -xvzf docker-1.13.0.tgz -C /usr/bin && \
74
74
mv /usr/bin/docker /usr/bin/docker1.13 && \
75
- ln -s /usr/bin/docker1.13 /usr/bin/docker && \
76
- curl -L https://github.com/docker/compose/releases/download/1.11.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && \
75
+ curl -fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-17.06.0-ce.tgz && \
76
+ tar --strip-components=1 -xvzf docker-17.06.0-ce.tgz -C /usr/bin && \
77
+ mv /usr/bin/docker /usr/bin/docker17.06 && \
78
+ ln -s /usr/bin/docker17.06 /usr/bin/docker && \
79
+ curl -L https://github.com/docker/compose/releases/download/1.23.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose && \
77
80
chmod +x /usr/local/bin/docker-compose
78
81
79
82
COPY vmware-ovftool /usr/lib/vmware-ovftool
You can’t perform that action at this time.
0 commit comments