mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-04-05 03:29:35 +08:00
build from current sources
This commit is contained in:
parent
b8e9095135
commit
e1c9521f37
12
Dockerfile
12
Dockerfile
@ -2,10 +2,14 @@ FROM alpine:3.6 as builder
|
|||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
RUN apk add --no-cache git build-base linux-headers && \
|
COPY . udp2raw-tunnel
|
||||||
git clone https://github.com/wangyu-/udp2raw-tunnel.git && \
|
|
||||||
cd udp2raw-tunnel && \
|
RUN apk add --no-cache git build-base linux-headers && cd udp2raw-tunnel && make dynamic
|
||||||
make dynamic
|
|
||||||
|
#RUN apk add --no-cache git build-base linux-headers && \
|
||||||
|
# git clone https://github.com/wangyu-/udp2raw-tunnel.git && \
|
||||||
|
# cd udp2raw-tunnel && \
|
||||||
|
# make dynamic
|
||||||
|
|
||||||
FROM alpine:3.6
|
FROM alpine:3.6
|
||||||
RUN apk add --no-cache libstdc++ iptables
|
RUN apk add --no-cache libstdc++ iptables
|
||||||
|
Loading…
x
Reference in New Issue
Block a user