5 lines
147 B
Docker
5 lines
147 B
Docker
FROM ghcr.io/steamdeckhomebrew/holo-toolchain-rust:latest
|
|
|
|
RUN pacman -S --noconfirm cmake make clang git
|
|
|
|
ENTRYPOINT [ "/backend/entrypoint.sh" ]
|