Lemon nextcloud migration (#338)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user