Skip to content

Commit

Permalink
Fixed image scan task dependencies. (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Jun 11, 2020
1 parent 731ddd6 commit 4af0ca7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +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
- run:
name: Install general dependencies
command: *defaults_Dependencies
apk add --update python3 py3-pip docker python3-dev libffi-dev openssl-dev gcc libc-dev make jq npm
- run:
name: Install AWS CLI dependencies
command: *defaults_awsCliDependencies
Expand Down

0 comments on commit 4af0ca7

Please sign in to comment.