Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Add symlink for /usr/bin/docker in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tstern authored and diemol committed Aug 24, 2019
1 parent 5571fe1 commit f5f9427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ RUN if [ "${kubernetesSlimVersion}" = "false" ]; then \
&& tar -xzvf docker.tgz \
&& mv docker/docker /usr/bin/docker-${DOCKER_VERSION} \
&& rm -rf docker/ && rm docker.tgz \
&& ln -s /usr/bin/docker-${DOCKER_VERSION} /usr/bin/docker \
&& docker-${DOCKER_VERSION} --version | grep "${DOCKER_VERSION}"; \
else \
echo "Skipping adding Docker because of kubernetes slim mode"; \
Expand Down

0 comments on commit f5f9427

Please sign in to comment.