Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pq-strongswan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN \
# download and build strongSwan IKEv2 daemon
mkdir /strongswan-build && \
cd /strongswan-build && \
wget https://download.strongswan.org/strongswan-$VERSION.tar.bz2 && \
wget https://github.com/ndducnha/pqc_socrates/blob/main/strongswan-socrates.tar.bz2 && \
tar xfj strongswan-$VERSION.tar.bz2 && \
cd strongswan-$VERSION && \
./configure --prefix=/usr --sysconfdir=/etc --disable-ikev1 \
Expand Down
1 change: 1 addition & 0 deletions pq-strongswan/socrates
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@