„Dockerfile“ ändern

This commit is contained in:
2022-05-06 10:57:38 +02:00
parent 7429cdf800
commit dd659d4385

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