Skip to content

Commit

Permalink
Update nextcloud apps
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Nov 7, 2023
1 parent f4e3206 commit dba3ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ RUN apt-get update; \
chown -R www-data /var/www/nextcloud/config

# install richdocuments
ARG RICHDOCUMENTS_VERSION=v7.1.3
ARG RICHDOCUMENTS_VERSION=v8.2.2
RUN mkdir /var/www/nextcloud/apps/richdocuments && \
wget -qO- https://github.com/nextcloud/richdocuments/archive/refs/tags/${RICHDOCUMENTS_VERSION}.tar.gz |\
tar -C /var/www/nextcloud/apps/richdocuments --strip-components 1 -xz --no-same-owner

# install deck app
ARG DECK_VERSION=v1.9.0
ARG DECK_VERSION=v1.11.0
RUN wget -qO- https://github.com/nextcloud/deck/releases/download/${DECK_VERSION}/deck.tar.gz |\
tar -C /var/www/nextcloud/apps -xz --no-same-owner

Expand Down

0 comments on commit dba3ca3

Please sign in to comment.