Skip to content
Snippets Groups Projects
Unverified Commit b5c586e2 authored by Thomas Picouet's avatar Thomas Picouet Committed by Rémy Huet
Browse files

install nano telnet rsyslog au build

parent 44f6ca78
No related branches found
No related tags found
1 merge request!20pica-mailnt
From pica-mail-mta
COPY entrypoint2.sh /
COPY local_users /
#installation des paquets debian
RUN apt-get update -y \
&& apt-get install -y \
nano telnet rsyslog \
&& rm -rf /var/lib/apt/lists/*
#serveur MDA/LDA sous la forme d'un serveur LMTP : donner l'adresse et le port du conteneur avec pica-mail-mda
ENV LMTP_LAN_HOSTNAME pica-mail-mda-auth_plaintext
ENV LMTP_PORT 24
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment