We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e8c82 commit 78a9c08Copy full SHA for 78a9c08
.circleci/config.yml
@@ -31,7 +31,7 @@ commands:
31
command: |
32
apt-get -qq update
33
apt-get -q install -y git openssh-client curl ca-certificates make tar gzip
34
- bash <(curl -fsSL https://get.docker.com)
+ bash <(curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh)
35
- setup_remote_docker:
36
docker_layer_caching: true
37
0 commit comments