Dockerfiles/tinyproxy/Dockerfile

8 lines
123 B
Docker
Raw Normal View History

2017-06-13 06:19:22 +00:00
FROM alpine:latest
ADD bootstrap.sh /etc/bootstrap.sh
RUN apk add --no-cache tinyproxy
ENTRYPOINT ["/etc/bootstrap.sh"]