Mise à jour de 'Dockerfile'

This commit is contained in:
chamalow 2023-02-15 14:49:54 +01:00
parent e53d1f9ae9
commit 646c4ddaf5
1 changed files with 0 additions and 10 deletions

View File

@ -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 \