Fantastic/backend/Dockerfile

8 lines
256 B
Text
Raw Normal View History

FROM ghcr.io/steamdeckhomebrew/holo-toolchain-rust:latest
2022-08-23 19:42:12 +01: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" ]