mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
10 lines
164 B
Docker
10 lines
164 B
Docker
FROM alpine:latest
|
|
|
|
MAINTAINER Newnius <docker@newnius.com>
|
|
|
|
ADD bootstrap.sh /etc/bootstrap.sh
|
|
|
|
RUN apk add --no-cache tinyproxy
|
|
|
|
ENTRYPOINT ["/etc/bootstrap.sh"]
|