Skip to content

Commit

Permalink
Update dockerfile-kasm-java-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
22583574 committed Aug 25, 2024
1 parent 572ea4b commit dbf0f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile-kasm-java-dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM kasmweb/$BASE_IMAGE:$BASE_TAG

USER root

ENV HOME /home/nriet
ENV HOME /root
ENV STARTUPDIR /dockerstartup
WORKDIR $HOME

Expand Down Expand Up @@ -60,7 +60,7 @@ COPY ./src/ubuntu/install/idea/idea.desktop $HOME/Desktop/
RUN bash $INST_SCRIPTS/idea/install_idea.sh && rm -rf $INST_SCRIPTS/idea/

#ADD ./src/common/scripts $STARTUPDIR
RUN $STARTUPDIR/set_user_permission.sh $HOME
# RUN $STARTUPDIR/set_user_permission.sh $HOME

# RUN chown 1000:0 $HOME

Expand Down

0 comments on commit dbf0f19

Please sign in to comment.