Skip to content

Commit

Permalink
Merge pull request #65 from PortSwigger/awscli-fix-dockerfile
Browse files Browse the repository at this point in the history
Remove awscli from the Dockerfile - now a 'snap'
  • Loading branch information
ps-spb authored May 20, 2024
2 parents b97a85c + a73fd83 commit af78a55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ubuntu:latest

# Install aws kms dependencies
RUN apt update && apt install --no-install-recommends -y libjson-c5 awscli jq ca-certificates
# awscli has been removed from the repo's and is now - unhelpfully - a 'snap' installed app.
RUN apt update && apt install --no-install-recommends -y libjson-c5 jq ca-certificates

### add required libs for pkcs11 provider
# ignore symlinks.
Expand Down

0 comments on commit af78a55

Please sign in to comment.