Skip to content

Commit

Permalink
chore: allow pip to install packages globally (#7259)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Apr 23, 2024
1 parent 663f599 commit 7364bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN apk update && apk upgrade && \
py-pip && \
npm install --quiet node-gyp -g && \
# [ver1] ensures that the underlying AWS CLI version is also installed
pip install awscli-local[ver1]
pip install awscli-local[ver1] --break-system-packages


# Tell Puppeteer to skip installing Chrome. We'll be using the installed package.
Expand Down

0 comments on commit 7364bae

Please sign in to comment.