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.

12 lines
310 B

  1. ## This is a cache of nextcloud:18.0.1 image (gmp is included)
  2. FROM docker.0k.io/nextcloud:1.2.0
  3. ##
  4. ## What is following is only to patch nextcloud to remove
  5. ## some database name checks
  6. ##
  7. COPY database-accept-dots.patch /tmp/
  8. RUN cd /usr/src/nextcloud && \
  9. patch -p1 < /tmp/database-accept-dots.patch