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:
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 \
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user