Изменил(а) на 'dockerfile'
This commit is contained in:
parent
9bb02c22a4
commit
422ff478be
@ -1,3 +1,10 @@
|
||||
FROM ubuntu-base:1.7.1
|
||||
EXPOSE 9050
|
||||
CMD "tor"
|
||||
CMD /home/start.sh
|
||||
|
||||
ADD https://git.dfosd.synology.me/docker/ubuntu-tor/raw/branch/master/start.sh /home/start.sh
|
||||
RUN chmod +x /home/start.sh
|
||||
|
||||
ADD https://git.dfosd.synology.me/docker/ubuntu-tor/raw/branch/master/setup_tor.sh /setup_tor.sh
|
||||
RUN chmod +x /setup_tor.sh
|
||||
RUN /setup_tor.sh
|
||||
Loading…
x
Reference in New Issue
Block a user