Skip to content

Commit

Permalink
fix: install awscli via pip3 on Ubuntu 24 Noble
Browse files Browse the repository at this point in the history
awscli is no longer available via apt in the version of Ubuntu
that Playwright's 1.48.0 image is based on & we need to install
it in a different way.
  • Loading branch information
hassy committed Oct 10, 2024
1 parent 047171c commit e644753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artillery/lib/platform/aws-ecs/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
libcurl4-openssl-dev \
autoconf \
libtool \
awscli
python3-pip && pip3 install awscli --break-system-packages

RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

Expand Down

0 comments on commit e644753

Please sign in to comment.