Skip to content

Commit

Permalink
docker: fix build process
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Sep 18, 2024
1 parent d8b735f commit 9be714c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

FROM dorowu/ubuntu-desktop-lxde-vnc

RUN sudo sed -i 's|http://tw.|http://de.|g' /etc/apt/sources.list && sudo apt update && sudo apt -y install dirmngr
RUN sudo sed -i 's|http://tw.|http://de.|g' /etc/apt/sources.list && \
sudo sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E88979FB9B30ACF2 && \
sudo apt update && \
sudo apt -y install dirmngr

RUN sudo add-apt-repository -y ppa:pbek/qownnotes
RUN sudo add-apt-repository -y ppa:nextcloud-devs/client
Expand Down

0 comments on commit 9be714c

Please sign in to comment.