Skip to content

Commit

Permalink
moar tests I said!
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Sep 4, 2023
1 parent daf0df9 commit 337923a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/steam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions images/steam/jupiter-biosupdate
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exit 0
1 change: 1 addition & 0 deletions images/steam/steamos-update
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
exit 7

0 comments on commit 337923a

Please sign in to comment.