remove env vars from tor cotnainer pending merge upstream for core image

This commit is contained in:
ryan.kuba 2022-04-01 07:00:17 -07:00
parent 3d3a51a1e0
commit 808fe44f97

View File

@ -6,10 +6,6 @@ USER root
ENV HOME /home/kasm-default-profile
ENV STARTUPDIR /dockerstartup
ENV INST_SCRIPTS $STARTUPDIR/install
# TODO: Once we satisfy KASM-1423, move these to the core images instead
ENV PULSE_RUNTIME_PATH "/tmp/pulse"
ENV PULSE_STATE_PATH "/tmp/pulse"
ENV PULSE_COOKIE "/tmp/pulse/cookie"
WORKDIR $HOME
######### Customize Container Here ###########