From 9c3497d73a5eb9ef0ee32521281b4cf95ed4b7f1 Mon Sep 17 00:00:00 2001 From: Ali Ansari Date: Tue, 1 Aug 2023 09:42:19 +0300 Subject: [PATCH] Adjust supervisor path --- Dockerfile.arch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile.arch b/Dockerfile.arch index 5c8638b..b8130a1 100644 --- a/Dockerfile.arch +++ b/Dockerfile.arch @@ -407,6 +407,12 @@ RUN \ # Add FS overlay COPY overlay / +RUN \ + echo "**** Setup Steam Supervisor ****" \ + && sed -i 's#/usr/games/steam#/usr/bin/steam#g' /etc/supervisor.d/steam.ini \ + && \ + echo + # Set display environment variables ENV \ DISPLAY_CDEPTH="24" \