Dockerfiles/tinyproxy/Dockerfile

10 lines
164 B
Docker
Raw Permalink Normal View History

2017-06-13 06:19:22 +00:00
FROM alpine:latest
2017-07-18 15:32:54 +00:00
MAINTAINER Newnius <docker@newnius.com>
2017-06-13 06:19:22 +00:00
ADD bootstrap.sh /etc/bootstrap.sh
RUN apk add --no-cache tinyproxy
ENTRYPOINT ["/etc/bootstrap.sh"]