From 646c4ddaf5f09293e26c09f18c601944f8c5e962 Mon Sep 17 00:00:00 2001 From: chamalow Date: Wed, 15 Feb 2023 14:49:54 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index 384b148..8426637 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,16 +8,6 @@ ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt #download through the french mirror RUN sed -i 's/deb\./ftp.fr./' /etc/apt/sources.list -RUN echo "moonlight:/share/dev-common/Applications/x86-64/linux /mnt/applis nfs defaults 0 0" >> /etc/fstab && \ - echo "moonlight:/share/home /home nfs defaults 0 0" >> /etc/fstab && \ - echo "sharing:/mnt/samba/share /mnt/share nfs defaults 0 0" >> /etc/fstab - -# Global config -# FIXME: nfs mounting hangs forever, so no path, etc... -RUN echo "nslcd nslcd/ldap-base string dc=openldap,dc=ullink,dc=lan" | debconf-set-selections && \ - echo "nslcd nslcd/ldap-uris string ldap://ldap" | debconf-set-selections && \ - echo "libnss-ldapd:amd64 libnss-ldapd/nsswitch multiselect group, passwd, shadow" | debconf-set-selections - RUN apt-get upgrade -y && apt-get update RUN apt-get -y install \ git \