mirror of
https://github.com/flibusta-apps/docker-tor-privoxy-alpine.git
synced 2025-12-06 14:45:37 +01:00
Update Dockerfile to use alpine edge, because tor is in edge
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
FROM alpine:3.2
|
FROM alpine:edge
|
||||||
|
|
||||||
EXPOSE 8118 9050
|
EXPOSE 8118 9050
|
||||||
|
|
||||||
RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/repositories && \
|
RUN echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' \
|
||||||
echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
>> /etc/apk/repositories && \
|
||||||
apk --update add privoxy@edge tor@testing runit@testing
|
apk --update add privoxy tor@testing runit@testing
|
||||||
|
|
||||||
COPY service /etc/service/
|
COPY service /etc/service/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user