From a84704ca4cf5b06aff994a64eeaa9e6d717abba5 Mon Sep 17 00:00:00 2001 From: Mindfang Date: Fri, 1 Mar 2024 14:39:49 -0600 Subject: [PATCH] Testing build trigger --- SteamCMD-Installer/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SteamCMD-Installer/Dockerfile b/SteamCMD-Installer/Dockerfile index 0f18c79..a27bc24 100644 --- a/SteamCMD-Installer/Dockerfile +++ b/SteamCMD-Installer/Dockerfile @@ -29,4 +29,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ /var/lib/apt/lists/* \ /var/tmp/* \ /var/log/* && \ - chown ${USER}:${USER} /home/container \ No newline at end of file + chown ${USER}:${USER} /home/container + + #Testing build trigger \ No newline at end of file