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 Apr 18, 2024
1 parent 8e73ed4 commit 7ed36ba
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
@@ -1,5 +1,5 @@
FROM alpine:3.19.1 as build

SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
ARG CURL_VERSION=8.7.1
ARG WS_VERSION=v5.7.0-stable
ARG NGH3_VERSION=v1.2.0
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN apk upgrade --no-cache -a && \
make -j "$(nproc)" && \
make -j "$(nproc)" install && \
\
wget "https://curl.se/download/curl-$CURL_VERSION.tar.gz" -O - | tar xz -C /src && \
wget -q "https://curl.se/download/curl-$CURL_VERSION.tar.gz" -O - | tar xz -C /src && \
mv -v /src/curl-"$CURL_VERSION" /src/curl && \
cd /src/curl && \
autoreconf -fi && \
Expand Down

0 comments on commit 7ed36ba

Please sign in to comment.