Skip to content
Snippets Groups Projects
Commit 4fcdb9e4 authored by Nicole Lu's avatar Nicole Lu
Browse files

fix a pip package error

parent e846b1db
No related branches found
No related tags found
1 merge request!32container scanning-INPLATFORM-306
......@@ -10,7 +10,7 @@ variables:
before_script:
- apk update && apk add groff less && apk add py3-pip
- pip install --upgrade pip
- pip3 install --upgrade pip3
- pip3 install awscli
- $(aws ecr get-login --no-include-email --region us-east-1)
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment