forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
310 B
13 lines
310 B
## This is a cache of nextcloud:18.0.1 image (gmp is included)
|
|
FROM docker.0k.io/nextcloud:1.2.0
|
|
|
|
|
|
##
|
|
## What is following is only to patch nextcloud to remove
|
|
## some database name checks
|
|
##
|
|
|
|
COPY database-accept-dots.patch /tmp/
|
|
|
|
RUN cd /usr/src/nextcloud && \
|
|
patch -p1 < /tmp/database-accept-dots.patch
|