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 authored Dec 17, 2023
1 parent 9423cca commit 49c3b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ 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 --with-wolfssl && \
/src/nghttp3/configure --prefix=/usr --enable-lib-only && \
make && \
make install && \
\
git clone --recursive https://github.com/ngtcp2/ngtcp2 /src/ngtcp2 && \
cd /src/ngtcp2 && \
autoreconf -fi && \
/src/ngtcp2/configure --prefix=/usr --enable-lib-only && \
/src/ngtcp2/configure --prefix=/usr --enable-lib-only --with-wolfssl && \
make && \
make install && \
\
Expand Down

0 comments on commit 49c3b68

Please sign in to comment.