add to tornado path
This commit is contained in:
@@ -18,6 +18,7 @@ FROM alpine:latest
|
||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \
|
||||
apk --no-cache add openvpn iptables ip6tables bash python3 shadow neovim 3proxy fping tini
|
||||
COPY --from=python-builder /mop /mop
|
||||
RUN mkdir /mop/config
|
||||
COPY --from=go-builder /ovpn-lb-socks5/go-socks-lb/go-socks-lb /mop/go-socks-lb
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD /mop/docker-entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user