„Dockerfile“ ändern

This commit is contained in:
2022-05-05 11:04:01 +02:00
parent fe925df944
commit 9aaa201fec

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-cs2d-server"
RUN dpkg --add-architecture i386 && \
apt-get update && \