Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 3e6bdb7

Browse files
committed
🚑 Fixes curl by adding curl-dev
1 parent 0dec5ae commit 3e6bdb7

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- run:
1212
name: Build requirements
13-
command: apk add --no-cache rpm tar jq curl file
13+
command: apk add --no-cache rpm tar jq curl curl-dev file
1414
- checkout
1515
- run:
1616
name: Download & unpack qemu-user-static

0 commit comments

Comments
 (0)