Include path where start-tor-browser is on PATH

This commit is contained in:
Henrik Jonsson 2017-01-26 06:51:38 +01:00
parent 44383bdd5d
commit f222a64827

View File

@ -11,7 +11,8 @@ ENV TOR_VERSION=6.5a6-hardened \
RELEASE_FILE=tor-browser-linux64-${TOR_VERSION}_ALL.tar.xz \
RELEASE_KEY=0x4E2C6E8793298290 \
RELEASE_URL=https://dist.torproject.org/torbrowser/${TOR_VERSION}/${RELEASE_FILE} \
HOME=/home/user
HOME=/home/user \
PATH=$PATH:/usr/local/bin/Browser
RUN apt-get update && \
apt-get install -y \