fix bug in docker files

This commit is contained in:
mantaohuang 2020-05-30 00:37:16 -04:00
parent 5f76e19b40
commit 666b2a61d6
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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