Skip to content

Commit

Permalink
curl is already there
Browse files Browse the repository at this point in the history
  • Loading branch information
danbf committed Jul 23, 2021
1 parent 30e5f11 commit 734ab70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- *attach_workspace
- setup_remote_docker:
version: 18.09.3
- run: apk add make curl
- run: mkdir -vp ~/.docker/cli-plugins/
- run: curl --silent -L --output ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
- run: chmod a+x ~/.docker/cli-plugins/docker-buildx
Expand All @@ -63,7 +62,6 @@ jobs:
- *attach_workspace
- setup_remote_docker:
version: 18.09.3
- run: apk add make curl
- run: mkdir -vp ~/.docker/cli-plugins/
- run: curl --silent -L --output ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
- run: chmod a+x ~/.docker/cli-plugins/docker-buildx
Expand Down

0 comments on commit 734ab70

Please sign in to comment.