2022-08-23 20:26:43 +01:00
|
|
|
FROM ghcr.io/steamdeckhomebrew/holo-toolchain-rust:latest
|
2022-08-23 19:42:12 +01:00
|
|
|
|
2023-11-18 19:03:53 +00:00
|
|
|
#RUN pacman -S --noconfirm cmake make clang git
|
|
|
|
# for building Rust wasm frontend
|
|
|
|
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
|
|
|
|
|
|
|
|
ENTRYPOINT [ "/backend/entrypoint.sh" ]
|