fix bug in docker files
This commit is contained in:
parent
5f76e19b40
commit
666b2a61d6
@ -8,4 +8,4 @@ cd /mop
|
||||
python profile_scanner.py -c $CONFIG_FOLDER -a $AUTH_FILE
|
||||
|
||||
# run main script
|
||||
python test.py -s /tmp
|
||||
python -u test.py -s /tmp
|
||||
|
||||
@ -17,7 +17,7 @@ RUN pip install -r docker_requirement.txt
|
||||
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
|
||||
COPY --from=python-builder /mop /
|
||||
COPY --from=python-builder /mop /mop
|
||||
COPY --from=go-builder /ovpn-lb-socks5/go-socks-lb/go-socks-lb /mop/go-socks-lb
|
||||
CMD /mop/docker-entrypoint.sh
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user