„Dockerfile“ ändern

This commit is contained in:
2022-05-06 09:05:58 +02:00
parent 1cb7ab5f8b
commit fc31e10b7c

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 lib32stdc++6 && \