Skip to content

Commit

Permalink
Add boto3
Browse files Browse the repository at this point in the history
  • Loading branch information
lrakai committed Nov 28, 2023
1 parent 34b2088 commit 6537800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ COPY aws-vcf-env/requirements.txt /tmp/aws-requirements.txt
COPY azure-vcf-env/requirements.txt /tmp/azure-requirements.txt
COPY azure-vcf-env/prune_azure_mgmt_libs.sh /tmp/prune_azure_mgmt_libs.sh
COPY gcp-vcf-env/requirements.txt /tmp/gcp-requirements.txt
RUN python -m pip install -r /tmp/aws-requirements.txt -r /tmp/azure-requirements.txt -r /tmp/gcp-requirements.txt python-dotenv==1.0.0 && \
RUN python -m pip install boto3 -r /tmp/aws-requirements.txt -r /tmp/azure-requirements.txt -r /tmp/gcp-requirements.txt python-dotenv==1.0.0 && \
sudo sed -i 's|mgmt_client_dir=.*|mgmt_client_dir=/home/coder/.local/lib/python3.10/site-packages/azure/mgmt|g' /tmp/prune_azure_mgmt_libs.sh && \
bash /tmp/prune_azure_mgmt_libs.sh

Expand Down

0 comments on commit 6537800

Please sign in to comment.