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 8dedf3b commit d16230e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ WORKDIR $HOME
######### Customize Container Here ###########


RUN apt remove signal-desktop
RUN apt remove thunderbird
RUN dpkg -r signal-desktop
RUN dpkg -r 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
Expand Down

0 comments on commit d16230e

Please sign in to comment.