Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Dec 17, 2023
1 parent 84a0de2 commit 9423cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake co
git clone --recursive https://github.com/ngtcp2/nghttp3 /src/nghttp3 && \
cd /src/nghttp3 && \
autoreconf -fi && \
/src/nghttp3/configure --prefix=/usr --enable-lib-only --enable-wolfssl && \
/src/nghttp3/configure --prefix=/usr --enable-lib-only --with-wolfssl && \
make && \
make install && \
\
Expand Down

0 comments on commit 9423cca

Please sign in to comment.