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
|
||||
|
||||
RUN echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' \
|
||||
>> /etc/apk/repositories && \
|
||||
apk --update add privoxy tor@testing runit@testing
|
||||
RUN apk --update add privoxy tor runit
|
||||
|
||||
COPY service /etc/service/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user