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

Commit

Permalink
🚑 Fixes curl by adding curl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 6, 2018
1 parent 0dec5ae commit 3e6bdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- run:
name: Build requirements
command: apk add --no-cache rpm tar jq curl file
command: apk add --no-cache rpm tar jq curl curl-dev file
- checkout
- run:
name: Download & unpack qemu-user-static
Expand Down

0 comments on commit 3e6bdb7

Please sign in to comment.