PowerTools/backend/Dockerfile

6 lines
147 B
Docker

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