Skip to content

Commit

Permalink
Merge pull request #22 from washingtonpost/fix/tools_update_0924
Browse files Browse the repository at this point in the history
[Tools Update] Trying to fix pip externally-managed-environment package error
  • Loading branch information
vs4505 authored Sep 3, 2024
2 parents a4767a4 + f956009 commit 67a17cd
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 @@ -35,7 +35,7 @@ RUN tar -xvf go1.23.0.linux-amd64.tar.gz -C /usr/local
RUN npm install -g firebase-tools

# AWS CLI
RUN pip install awscli --upgrade
RUN pip install awscli --upgrade --break-system-packages

# Docker
RUN apt-get install -y apt-transport-https ca-certificates software-properties-common
Expand Down

0 comments on commit 67a17cd

Please sign in to comment.