„Dockerfile“ ändern

This commit is contained in:
2022-05-06 10:15:40 +02:00
parent bca29d313b
commit bebe25b0a0

View File

@@ -1,6 +1,7 @@
FROM ich777/debian-baseimage 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 && \ RUN apt-get update && \
apt-get -y install --no-install-recommends lib32gcc-s1 screen && \ apt-get -y install --no-install-recommends lib32gcc-s1 screen && \