1
0
Fork 0

Docker URL

This commit is contained in:
Ludovic Fernandez 2019-07-15 07:06:03 +02:00 committed by Traefiker Bot
parent 51486b18fa
commit e478dbeb85
2 changed files with 18 additions and 13 deletions

View file

@ -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