Skip to content

Commit

Permalink
rename var to NGTCP2 (1/3)
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 committed Dec 18, 2023
1 parent db028bb commit 3d64f35
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 @@ -3,7 +3,7 @@ FROM alpine:3.19.0 as build
ARG CURL_VERSION=8.5.0
ARG WS_VERSION=v5.6.4-stable
ARG NGH3_VERSION=v1.1.0
ARG NT2_VERSION=v1.1.0
ARG NGTCP2_VERSION=v1.1.0

RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \
nghttp2-dev nghttp2-static zlib-dev zlib-static && \
Expand All @@ -22,7 +22,7 @@ RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake co
make && \
make install && \
\
git clone --recursive --branch "$NT2_VERSION" https://github.com/ngtcp2/ngtcp2 /src/ngtcp2 && \
git clone --recursive --branch "$NGTCP2_VERSION" https://github.com/ngtcp2/ngtcp2 /src/ngtcp2 && \
cd /src/ngtcp2 && \
autoreconf -fi && \
/src/ngtcp2/configure --prefix=/usr --with-wolfssl --enable-lib-only --disable-shared --enable-static && \
Expand Down

0 comments on commit 3d64f35

Please sign in to comment.