Skip to content
Snippets Groups Projects
Commit d4f95e55 authored by Jared Kosanovic's avatar Jared Kosanovic
Browse files

Merge branch 'install-py-pip' into 'master'

Install py-pip instead of python

See merge request !22
parents 74038250 4fee2e5e
No related branches found
No related tags found
1 merge request!22Install py-pip instead of python
......@@ -5,7 +5,7 @@ before_script:
- IMAGE_TAG=git-${CI_COMMIT_SHA:0:8}
- IMAGE_NAME="enterprise-integrations/iics_secure_agent:${IMAGE_TAG}"
- ECR_IMAGE_NAME="${AWS_ACCOUNT_ID}.dkr.ecr.us-east-1.amazonaws.com/enterprise-integrations/iics_secure_agent:${IMAGE_TAG}"
- apk update && apk add groff less && apk add python3
- apk update && apk add groff less && apk add py-pip
- pip3 install awscli
- $(aws ecr get-login --no-include-email --region us-east-1)
......
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