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