This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
2021-08-28 22:53:34 +00:00
|
|
|
FROM nextcloud:22.1.1
|
2021-08-28 21:41:11 +00:00
|
|
|
|
|
|
|
COPY httpd/000-default.conf /etc/apache2/sites-available/000-default.conf
|
|
|
|
|
|
|
|
# install cron
|
|
|
|
RUN apt-get update && \
|
|
|
|
apt-get install -y cron libmagickcore-6.q16-6-extra && \
|
|
|
|
rm -rf /var/lib/apt/lists/*
|