Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fixes missing curl.h header
  • Loading branch information
curtishall authored Jan 8, 2025
1 parent da83544 commit 046ecc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update
RUN apt-get install --no-install-recommends -y \
git sudo openssl ca-certificates wget gnupg gnupg2 gnupg1 \
ssl-cert nmap curl sysstat iproute2 \
autoconf automake libtool build-essential gcc g++ \
autoconf automake libtool build-essential gcc g++ libcurl4-openssl-dev \
debhelper ccache bison flex texinfo yasm cmake

RUN apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 046ecc7

Please sign in to comment.