Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
oops
  • Loading branch information
michielbdejong committed Jan 8, 2024
commit f1b5055407bcefb2b0206a237d75aec31d6c192f
2 changes: 1 addition & 1 deletion servers/sunet-nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WORKDIR /var/www/html

# See https://github.com/pondersource/nextcloud-mfa-awareness/issues/107#issuecomment-1881166499
RUN wget https://github.com/pondersource/server/commit/168036570f4.diff
RUN patch -p 1 < https://github.com/pondersource/server/commit/168036570f4.diff
RUN patch -p 1 < 168036570f4.diff

ADD ./init-*.sh ./
RUN chmod u+x init-*.sh
Expand Down