🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-04 23:17:10 -04:00
parent 64cdb292a2
commit 87f1af76aa
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -116,10 +116,7 @@ RUN mkdir -p /bin/ /config/ /data/ /dist/nextcloud/ && \
\
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.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"; \
curl -SsOL "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2.asc"; \
\
cd /dist/nextcloud && \
tar -xjf "/tmp/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" --strip 1 -C . && \