Skip to content

Commit

Permalink
add curl and jq to image
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeproid committed Nov 24, 2024
1 parent 9266011 commit b008386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ RUN python -m playwright install firefox --with-deps
# We're installing here libexpat1, to upgrade the package to include a fix to 3 high CVEs. CVE-2024-45491,CVE-2024-45490,CVE-2024-45492
RUN apt-get update \
&& apt-get install -y \
curl \
jq \
git \
apt-transport-https \
gnupg2 \
Expand Down

0 comments on commit b008386

Please sign in to comment.