ADD file:5ba6edac87fa0feb475d0ddae7299210c6f2b69714784771ca86fcb6407ae8fc in / |
CMD ["/bin/sh"] |
LABEL maintainer=YGAM description=OCProxy PulseVPN - Alpine location=/ |
RUN /bin/sh -c set -xe && apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ libevent openconnect openssl # buildkit |
COPY /usr/local/src/ocproxy-master/ocproxy /usr/local/bin/ocproxy # buildkit |
COPY entrypoint.sh /entrypoint.sh # buildkit |
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
EXPOSE map[1080/tcp:{}] |
ENTRYPOINT ["/entrypoint.sh"] |
CMD ["--help"] |