0
0
mirror of https://github.com/hufrea/byedpi.git synced 2025-06-30 18:43: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 \
curl \
git \
linux-headers && \
git clone -b \
linux-headers
RUN git clone -b \
$(basename $(curl -Ls -o /dev/null -w %{url_effective} \
https://github.com/hufrea/byedpi/releases/latest)) \
https://github.com/hufrea/byedpi.git \