interface test

This commit is contained in:
mantaohuang
2020-07-28 00:20:07 -04:00
parent 6d405bb052
commit 53783025e2
7 changed files with 111 additions and 102 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ WORKDIR /ovpn-lb-socks5/go-socks-lb
RUN go build
FROM alpine:latest AS python-builder
RUN apk --no-cache add git python3 python3-dev linux-headers musl-dev gcc
RUN apk --no-cache add git python3 python3-dev linux-headers musl-dev gcc make automake gcc g++
WORKDIR /
RUN git clone https://git.hmthsn.com/mantao/ovpn-lb-socks5.git mop
WORKDIR /mop