Skip to content
Snippets Groups Projects
Verified Commit c63192f9 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

asdded docker file

parent 2b1cbb9e
No related branches found
No related tags found
No related merge requests found
FROM rust:slim-bookworm
RUN apt update && apt upgrade -y && apt install rsync wget -y
RUN wget https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz
RUN tar xzvf zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz
RUN mv zola /usr/local/bin
RUN chmod +x /usr/local/bin/zola
ENTRYPOINT /bin/bash
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment