Docker URL
This commit is contained in:
parent
51486b18fa
commit
e478dbeb85
2 changed files with 18 additions and 13 deletions
|
@ -28,7 +28,7 @@ RUN mkdir -p /usr/local/bin \
|
|||
|
||||
# Download docker
|
||||
RUN mkdir -p /usr/local/bin \
|
||||
&& curl -fL https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}-ce.tgz \
|
||||
&& curl -fL https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz \
|
||||
| tar -xzC /usr/local/bin --transform 's#^.+/##x'
|
||||
|
||||
WORKDIR /go/src/github.com/containous/traefik
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue