Minor refactoring

This commit is contained in:
Subhas Dandapani
2015-10-03 03:33:09 +05:30
parent 4e6221d257
commit ef157adaab
4 changed files with 2 additions and 2 deletions

View File

@@ -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"]