Skip to content
Snippets Groups Projects
Commit 5ccde190 authored by SAM CARPENTER's avatar SAM CARPENTER
Browse files

apparently curl isnt a stock feature on linux? either way its getting installed now

parent ac6bbda9
No related branches found
No related tags found
1 merge request!57Python Addition
......@@ -7,7 +7,7 @@ variables:
DOIT_REGISTRY_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
before_script:
- apk update && apk add groff less && apk add unzip
- apk update && apk add groff less && apk add unzip && apk add curl
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- sudo ./aws/install
......
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