FROM alpine:latest MAINTAINER Newnius ADD bootstrap.sh /etc/bootstrap.sh RUN apk add --no-cache tinyproxy ENTRYPOINT ["/etc/bootstrap.sh"]