Merge branch 'bugfix/KASM-1423-pulseaudio-container-storage' into 'develop'

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

See merge request kasm-technologies/internal/workspaces-images!36
This commit is contained in:
Matthew McClaskey 2022-04-06 19:44:19 +00:00
commit c59a5906fd

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 ###########