summaryrefslogtreecommitdiffstats
path: root/.examples/dockerfiles
AgeCommit message (Collapse)Author
2023-08-10Apply changes from #2033 to the examples. (#2046)David Li
Signed-off-by: David Li <david@davidl.me>
2022-12-01Fix #1021 (#1872)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-12-01Fix #1021 (#1871)J0WI
2020-05-05Replace libressl with openssl (#1098)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-02-23rename imagick extension package for buster compat (#1008)Simon
Signed-off-by: Simon Hötten <simon@hoetten.org>
2020-01-09Correct supervisord examples so that the container can start (#925)Diab Neiroukh
Inspired by #847, I selected the rootdir as the place for our configuration since we already chuck a few files there as seen by https://github.com/nextcloud/docker/blob/master/17.0/fpm-alpine/Dockerfile#L122. Suggested-by: mikecai <mikecai@us.ibm.com> Signed-off-by: Diab Neiroukh <officiallazerl0rd@gmail.com>
2019-11-06Add procps to smb examples (closes #557)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-10-26Add gmp php extensionMarcel Klehr
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-02-01Add SVG support in full exampleJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-14Remove man dir from examplesJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-05Refactor install process and remove build depsJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-05Add Alpine variant to Dockerfile examplesJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-12-12Add imagick php extensionRobert Dailey
There is a warning issued in Nextcloud 15 about 'imagick' php extension not being present. They highly recommend that it be installed. Fixes #574, fixes #263 Signed-off-by: Robert Dailey <rcdailey@gmail.com>
2018-10-17fix #491: add NEXTCLOUD_UPDATE=1 to full exampleMarc Brückner
2018-10-16added variable to Dockerfiles of cron supervisord exampleMarc Brückner
2018-08-27example Dockerfiles: remove obsolete jessie backports (see #435) (#437)Ruben Barkow
The docker image already is on stretch, so no backports are needed
2018-08-06Fix full Dockerfile exampleTilo Spannagel
2018-01-30Use cron.sh in the example dockerfilesTilo Spannagel
2018-01-03Fix supervisord.conf for apacheTilo Spannagel
2018-01-03Fix i386 buildTilo Spannagel
2017-12-24* Added example Dockerfile for FULL recommended dependencies underGrieche
full/
2017-09-27Add examples for both cases apache and fpmTilo Spannagel
2017-09-27Split the examples into subfoldersTilo Spannagel