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" \