Skip to content

Commit

Permalink
changed docker dependency in circle CI image scan from python-dev to …
Browse files Browse the repository at this point in the history
…python3-dev (#741)
  • Loading branch information
vijayg10 authored Jun 10, 2020
1 parent 16f31c7 commit ebdd6da
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 @@ -240,7 +240,7 @@ jobs:
- run:
name: Install docker dependencies for anchore
command: |
apk add --update py-pip docker python-dev libffi-dev openssl-dev gcc libc-dev make jq npm
apk add --update py-pip docker python3-dev libffi-dev openssl-dev gcc libc-dev make jq npm
- run:
name: Install general dependencies
command: *defaults_Dependencies
Expand Down

0 comments on commit ebdd6da

Please sign in to comment.