Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
lordcris committed Jul 5, 2024
1 parent 9a0ece5 commit 4d15f85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM kasmweb/ubuntu-jammy-dind:1.15.0-rolling
USER root

ENV HOME /home/kasm-default-profile
ENV STARTUPDIR /dockerstartup
ENV INST_SCRIPTS $STARTUPDIR/install
ENV HOME=/home/kasm-default-profile
ENV STARTUPDIR=/dockerstartup
ENV INST_SCRIPTS=$STARTUPDIR/install
WORKDIR $HOME

######### Customize Container Here ###########
Expand All @@ -20,7 +20,7 @@ RUN wget -O megasync_amd64.deb https://mega.nz/linux/repo/xUbuntu_22.04/amd64/m
RUN chown 1000:0 $HOME
RUN $STARTUPDIR/set_user_permission.sh $HOME

ENV HOME /home/kasm-user
ENV HOME=/home/kasm-user
WORKDIR $HOME
RUN mkdir -p $HOME/Desktop
RUN cp /usr/share/applications/megasync.desktop /home/kasm-user/Desktop \
Expand Down

0 comments on commit 4d15f85

Please sign in to comment.