Skip to content

Commit

Permalink
Apply patch from #90 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Dec 15, 2023
1 parent 77b3f4f commit 3efa5f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions servers/sunet-nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ RUN apt install -yq wget
RUN wget https://github.com/SUNET/nextcloud-stepupauth/releases/download/v0.2.0/stepupauth-0.2.0.tar.gz
RUN tar xzf stepupauth-0.2.0.tar.gz
WORKDIR /var/www/html
RUN wget https://github.com/pondersource/server/commit/4888e518eb09d8dfc35df3b21c17f511011d8ad7.diff
RUN patch -p 1 < 4888e518eb09d8dfc35df3b21c17f511011d8ad7.diff
ADD ./init-*.sh ./
RUN chmod u+x init-*.sh
ENV PHP_MEMORY_LIMIT="512M"
Expand Down

0 comments on commit 3efa5f0

Please sign in to comment.