„Dockerfile“ ändern

This commit is contained in:
2022-05-06 10:20:16 +02:00
parent aac8857c70
commit bf8eb69485

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-steamcmd-server"
RUN apt-get update && \
apt-get -y install --no-install-recommends lib32gcc-s1 && \