Fix download link
This commit is contained in:
parent
94ad947217
commit
b9baf6a830
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ RUN addgroup -g ${GID} nextcloud && \
|
||||||
|
|
||||||
# Download and install Nextcloud
|
# Download and install Nextcloud
|
||||||
RUN curl -o nextcloud.tar.bz2 -fsSL \
|
RUN curl -o nextcloud.tar.bz2 -fsSL \
|
||||||
"https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" && \
|
"https://download.nextcloud.com/server/releases/${NEXTCLOUD_VERSION}.tar.bz2" && \
|
||||||
tar -xjf nextcloud.tar.bz2 -C /var/www/ && \
|
tar -xjf nextcloud.tar.bz2 -C /var/www/ && \
|
||||||
rm nextcloud.tar.bz2 && \
|
rm nextcloud.tar.bz2 && \
|
||||||
mkdir -p ${DATA_DIR} && \
|
mkdir -p ${DATA_DIR} && \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue