„Dockerfile“ ändern

This commit is contained in:
2022-05-05 12:35:41 +02:00
parent 8f049492db
commit 5972e036aa

View File

@@ -1,6 +1,7 @@
FROM ich777/debian-baseimage
LABEL maintainer="admin@minenet.at"
LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-mta-server"
RUN apt-get update && \
apt-get -y install --no-install-recommends libncursesw5 unzip screen && \