diff --git a/SteamCMD-Installer/Dockerfile b/SteamCMD-Installer/Dockerfile index 5c9dd52..0f18c79 100644 --- a/SteamCMD-Installer/Dockerfile +++ b/SteamCMD-Installer/Dockerfile @@ -28,4 +28,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ /tmp/* \ /var/lib/apt/lists/* \ /var/tmp/* \ - /var/log/* \ No newline at end of file + /var/log/* && \ + chown ${USER}:${USER} /home/container \ No newline at end of file