0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-07-01 11:03:04 +00:00

Update Dockerfile

Split RUN layers as requested
This commit is contained in:
Viktor45 2024-09-21 20:28:40 +03:00
parent 35d5e68ad6
commit de4e681568

4
dist/Dockerfile vendored
View File

@ -3,8 +3,8 @@ RUN apk update && apk add --no-cache \
build-base \ build-base \
curl \ curl \
git \ git \
linux-headers && \ linux-headers
git clone -b \ RUN git clone -b \
$(basename $(curl -Ls -o /dev/null -w %{url_effective} \ $(basename $(curl -Ls -o /dev/null -w %{url_effective} \
https://github.com/hufrea/byedpi/releases/latest)) \ https://github.com/hufrea/byedpi/releases/latest)) \
https://github.com/hufrea/byedpi.git \ https://github.com/hufrea/byedpi.git \