ADD file:5aaace706aa00ff97d243daa2c29f5de88f124e1b97c570634f16eef90783286 in / |
CMD ["bash"] |
USER root |
ENTRYPOINT ["/bin/sh" "-c" "cron start && tail -f /var/log/cron.log"] |
RUN /bin/sh -c apt-get update && apt-get -y install libcurl4-openssl-dev g++ ca-certificates curl gnupg procps iputils-ping wget net-tools iproute2 # buildkit |
RUN /bin/sh -c apt-get -y install -qq --force-yes cron # buildkit |
RUN /bin/sh -c touch /var/log/cron.log # buildkit |
RUN /bin/sh -c curl -sSL netweak.sh | bash -s TOKEN_REPLACEMENT # buildkit |