switch to apache image

This commit is contained in:
2023-04-17 04:31:08 +02:00
parent 1d1c246aad
commit d8ad483115
3 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# Base image
ARG NEXTCLOUD_VER
FROM nextcloud:${NEXTCLOUD_VER}-fpm
FROM nextcloud:${NEXTCLOUD_VER}-apache
# Install extra utilities
RUN apt update && \
apt install -y --no-install-recommends \
sudo \
# sudo \
nano \
nfs-common \
libreoffice \