Initial backup import
This commit is contained in:
19
root/docker/nextcloud/Dockerfile
Normal file
19
root/docker/nextcloud/Dockerfile
Normal file
@@ -0,0 +1,19 @@
|
||||
FROM nextcloud:fpm
|
||||
|
||||
USER root
|
||||
|
||||
COPY certs/focus-on-it-ca.crt /usr/local/share/ca-certificates/focus-on-it-ca.crt
|
||||
RUN update-ca-certificates
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
smbclient \
|
||||
ldap-utils \
|
||||
libldap2-dev \
|
||||
libssl-dev \
|
||||
wait-for-it \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
|
||||
&& docker-php-ext-install ldap \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# KEIN USER www-data hier
|
||||
Reference in New Issue
Block a user