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