We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57afddf commit d67c553Copy full SHA for d67c553
backend/Dockerfile
@@ -1,3 +1,5 @@
1
FROM ghcr.io/steamdeckhomebrew/holo-toolchain-rust:latest
2
3
+RUN pacman -Sy --noconfirm pkgconf
4
+
5
ENTRYPOINT [ "/backend/entrypoint.sh" ]
0 commit comments