Skip to content

Commit 734ab70

Browse files
committed
curl is already there
1 parent 30e5f11 commit 734ab70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- *attach_workspace
4545
- setup_remote_docker:
4646
version: 18.09.3
47-
- run: apk add make curl
4847
- run: mkdir -vp ~/.docker/cli-plugins/
4948
- 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
5049
- run: chmod a+x ~/.docker/cli-plugins/docker-buildx
@@ -63,7 +62,6 @@ jobs:
6362
- *attach_workspace
6463
- setup_remote_docker:
6564
version: 18.09.3
66-
- run: apk add make curl
6765
- run: mkdir -vp ~/.docker/cli-plugins/
6866
- 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
6967
- run: chmod a+x ~/.docker/cli-plugins/docker-buildx

0 commit comments

Comments
 (0)