Skip to content

Commit 78a9c08

Browse files
authored
removing docker curl and executing, relying on the contents of github… (#158)
1 parent e4e8c82 commit 78a9c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ commands:
3131
command: |
3232
apt-get -qq update
3333
apt-get -q install -y git openssh-client curl ca-certificates make tar gzip
34-
bash <(curl -fsSL https://get.docker.com)
34+
bash <(curl -fsSL https://raw.githubusercontent.com/docker/docker-install/master/install.sh)
3535
- setup_remote_docker:
3636
docker_layer_caching: true
3737

0 commit comments

Comments
 (0)