init
All checks were successful
ci/woodpecker/tag/central-override Pipeline was successful

This commit is contained in:
Timo Ley 2024-05-10 21:57:44 +02:00
commit 96d9ed38cf

13
Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM archlinux:base-devel
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm rustup dart haxe zola nodejs npm
RUN rustup default stable
ENV PATH="/root/.cargo/bin:${PATH}"
RUN cargo install mdbook
ENTRYPOINT ["/bin/bash"]