Skip to content

Commit

Permalink
Configure with openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <[email protected]>
  • Loading branch information
ianstanton committed Aug 30, 2024
1 parent 8c69c66 commit 15cf537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pg_net/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get install -y wget
RUN wget https://curl.se/download/curl-7.83.0.tar.gz && \
tar -xvf curl-7.83.0.tar.gz && \
cd curl-7.83.0 && \
./configure && \
./configure --with-openssl && \
make && \
make install

Expand Down

0 comments on commit 15cf537

Please sign in to comment.