Lemon nextcloud migration (#338)

This commit is contained in:
Anton Shepilov
2024-01-22 22:18:01 +03:00
committed by GitHub
parent 184b9acbe3
commit 46c3f36338
2 changed files with 11 additions and 10 deletions
@@ -1,7 +1,7 @@
# Use an official Node.js runtime as the base image
FROM node:bullseye
run apt update && apt -y dist-upgrade
RUN apt update && apt -y dist-upgrade
RUN apt install dirmngr
RUN echo "deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu zesty main" >> /etc/apt/sources.list.d/nextcloud-client.list
@@ -9,7 +9,7 @@ RUN echo "deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu zesty ma
RUN apt-key adv --recv-key --keyserver keyserver.ubuntu.com AD3DD469
RUN apt update
RUN apt update -y
RUN apt install --assume-yes nextcloud-desktop-cmd