From 12e6306833f04eda0e2f3c7d1131466bc50e1dc3 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 21 Jun 2024 19:29:12 -0700 Subject: [PATCH] Fix steamcmd PATH issue. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8087868..6d21aef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,9 @@ RUN apt-get update && apt-get -y upgrade && apt-get -y install --no-install-reco procps \ steamcmd +# Add steamcmd to the PATH +ENV PATH="/usr/games:${PATH}" + # Setup a non-privileged user ARG USER_ID