......download nextcloud lmao
This commit is contained in:
@ -63,6 +63,11 @@ RUN bash -c 'apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoff
|
||||
#Installing Optional cli enhancement PHP Modules
|
||||
#RUN bash -c 'apt install -y php${PHPVERSION}-pcntl --no-install-recommends'
|
||||
|
||||
#Download and extract Nextcloud....
|
||||
RUN wget https://download.nextcloud.com/server/releases/latest.tar.bz2 \
|
||||
&& tar -xvf latest.tar.bz2 \
|
||||
&& rm -v latest.tar.bz2
|
||||
|
||||
|
||||
# Delete default stuff
|
||||
#nginx
|
||||
|
Reference in New Issue
Block a user