mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-01-18 12:34:32 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
64cdb292a2
commit
87f1af76aa
@ -116,10 +116,7 @@ RUN mkdir -p /bin/ /config/ /data/ /dist/nextcloud/ && \
|
|||||||
\
|
\
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
curl -SsOL "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" && \
|
curl -SsOL "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" && \
|
||||||
curl -SsOL "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc" && \
|
curl -SsOL "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
|
||||||
curl -SsOL "https://nextcloud.com/nextcloud.asc" && \
|
|
||||||
gpg --import "nextcloud.asc" && \
|
|
||||||
gpg --verify --batch --no-tty "nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc" "nextcloud-${NEXTCLOUD_VERSION}.tar.bz2"; \
|
|
||||||
\
|
\
|
||||||
cd /dist/nextcloud && \
|
cd /dist/nextcloud && \
|
||||||
tar -xjf "/tmp/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" --strip 1 -C . && \
|
tar -xjf "/tmp/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" --strip 1 -C . && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user