Skip to content
Snippets Groups Projects
Commit cfb2a41f authored by kaiyou's avatar kaiyou
Browse files

Add requests dependency for calling cloud APIs

parent 59cf0589
No related branches found
No related tags found
No related merge requests found
Pipeline #29274 passed
FROM python:alpine
RUN apk --no-cache add openssh-client
RUN pip install ansible boto3 netaddr
RUN pip install ansible boto3 netaddr requests
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