„Dockerfile“ ändern

This commit is contained in:
2022-05-05 12:38:22 +02:00
parent 8da2e37b6a
commit d9bcabbda4

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-planetaryannihilation-server"
RUN echo "deb http://deb.debian.org/debian bullseye main" >> /etc/apt/sources.list && \
apt-get update && \