Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc01 authored Sep 26, 2023
1 parent e558ca9 commit 8dedf3b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ WORKDIR $HOME
######### Customize Container Here ###########


RUN touch $HOME/Desktop/hello.txt

RUN apt remove signal-desktop
RUN apt remove thunderbird
RUN wget -q https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb
RUN dpkg -i packages-microsoft-prod.deb
RUN apt-get install -f
RUN rm packages-microsoft-prod.deb

######### End Customizations ###########

Expand Down

0 comments on commit 8dedf3b

Please sign in to comment.