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:
parent
35d5e68ad6
commit
de4e681568
4
dist/Dockerfile
vendored
4
dist/Dockerfile
vendored
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user