mirror of
https://github.com/flibusta-apps/docker-tor-privoxy-alpine.git
synced 2025-12-06 06:35:38 +01:00
Minor refactoring
This commit is contained in:
@@ -6,6 +6,6 @@ RUN echo '@edge http://nl.alpinelinux.org/alpine/edge/main' >> /etc/apk/reposito
|
|||||||
echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
|
||||||
apk --update add privoxy@edge tor@testing runit@testing
|
apk --update add privoxy@edge tor@testing runit@testing
|
||||||
|
|
||||||
COPY runit /runit
|
COPY service /etc/service/
|
||||||
|
|
||||||
CMD ["runsvdir", "/runit"]
|
CMD ["runsvdir", "/etc/service"]
|
||||||
|
|||||||
Reference in New Issue
Block a user