Skip to content

Commit

Permalink
[!] fix ssl missing error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kulsk committed Dec 26, 2023
1 parent 4012745 commit 4d3c050
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions interop/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
FROM martenseemann/quic-network-simulator-endpoint:latest

ENV XQC_PATH /xquic \
SSL_PATH $XQC_PATH/third_party/babassl

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive \
apt-get install -y --no-install-recommends build-essential \
Expand All @@ -17,7 +14,7 @@ RUN apt-get update && \
mkdir xquic_bin && \
cd xquic_bin && \
cmake -DSSL_TYPE="babassl" \
-DSSL_PATH="$SSL_PATH" \
-DSSL_PATH="/xquic/third_party/babassl" \
-DCMAKE_BUILD_TYPE=DEBUG \
-DXQC_PRINT_SECRET=1 \
-DXQC_ENABLE_TESTING=1 \
Expand Down

0 comments on commit 4d3c050

Please sign in to comment.