Files
bastionssh/Dockerfile
Eric Coissac 1cad3c2846
All checks were successful
continuous-integration/drone/push Build is passing
Actualiser Dockerfile
2024-01-02 14:25:27 +01:00

19 lines
331 B
Docker

FROM ubuntu:noble as linux
MAINTAINER Eric Coissac "eric@coissac.eu"
RUN apt-get update && \
apt-get install -y \
openssh-server \
sssd-ldap \
ldap-utils \
ldapscripts \
&& apt-get clean
# RUN systemctl start sssd.service
# RUN pam-auth-update --enable mkhomedir
ENV LANG=fr_FR.UTF-8