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 6c55151 commit 63f13d8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG CURL_VERSION=curl-8_5_0
ARG WS_VERSION=v5.6.4-stable

RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake coreutils libtool \
nghttp2-dev nghttp2-static zlib-dev zlib-static zstd-dev zstd-static libssh2-dev libssh2-static && \
nghttp2-dev nghttp2-static zlib-dev zlib-static && \
\
git clone --recursive --branch "$WS_VERSION" https://github.com/wolfSSL/wolfssl /src/wolfssl && \
cd /src/wolfssl && \
Expand All @@ -27,11 +27,6 @@ RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake co
make && \
make install && \
\
git clone --recursive https://github.com/google/brotli /src/brotli && \
cd /src/brotli && \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=OFF /src/brotli && \
cmake --build /src/brotli --config Release --target install && \
\
git clone --recursive --branch "$CURL_VERSION" https://github.com/curl/curl /src/curl && \
cd /src/curl && \
autoreconf -fi && \
Expand Down

0 comments on commit 63f13d8

Please sign in to comment.