From 337923a3dc269c3a994a49dd9d4d0d7a76c218cc Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Mon, 4 Sep 2023 20:52:14 +0200 Subject: [PATCH] moar tests I said! --- images/steam/Dockerfile | 4 ++++ images/steam/jupiter-biosupdate | 1 + images/steam/steamos-update | 1 + 3 files changed, 6 insertions(+) create mode 100755 images/steam/jupiter-biosupdate create mode 100755 images/steam/steamos-update diff --git a/images/steam/Dockerfile b/images/steam/Dockerfile index dfb0c3fa..c6c8c3f3 100644 --- a/images/steam/Dockerfile +++ b/images/steam/Dockerfile @@ -53,6 +53,10 @@ RUN touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf COPY --chmod=777 scripts/startup.sh /opt/gow/startup-app.sh COPY --chmod=777 scripts/system-services.sh /etc/cont-init.d/system-services.sh +COPY --chmod=777 steamos-update /usr/bin/steamos-update +COPY --chmod=777 steamos-update /usr/bin/steamos-polkit-helpers/steamos-update +COPY --chmod=777 jupiter-biosupdate /usr/bin/jupiter-biosupdate +COPY --chmod=777 jupiter-biosupdate /usr/bin/steamos-polkit-helpers/jupiter-biosupdate COPY --from=bwrap-builder --chmod=755 /root/bubblewrap/_builddir/bwrap /usr/bin/bwrap ENV XDG_RUNTIME_DIR=/tmp/.X11-unix diff --git a/images/steam/jupiter-biosupdate b/images/steam/jupiter-biosupdate new file mode 100755 index 00000000..ca916d09 --- /dev/null +++ b/images/steam/jupiter-biosupdate @@ -0,0 +1 @@ +exit 0 diff --git a/images/steam/steamos-update b/images/steam/steamos-update new file mode 100755 index 00000000..684c636e --- /dev/null +++ b/images/steam/steamos-update @@ -0,0 +1 @@ +exit 7