mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
add tinyproxy
This commit is contained in:
7
tinyproxy/Dockerfile
Normal file
7
tinyproxy/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
ADD bootstrap.sh /etc/bootstrap.sh
|
||||
|
||||
RUN apk add --no-cache tinyproxy
|
||||
|
||||
ENTRYPOINT ["/etc/bootstrap.sh"]
|
||||
Reference in New Issue
Block a user