mirror of
https://github.com/flibusta-apps/docker-tor-privoxy-alpine.git
synced 2026-03-03 15:10:49 +01:00
Everythings working
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.2
|
||||
|
||||
EXPOSE 8118 9050
|
||||
|
||||
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories && \
|
||||
echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
||||
apk --update add privoxy@edge tor@testing runit@testing
|
||||
|
||||
COPY runit /runit
|
||||
|
||||
CMD ["runsvdir", "/runit"]
|
||||
Reference in New Issue
Block a user