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

merged runs

parent ac73939b
Branches
No related tags found
No related merge requests found
Pipeline #29590 passed
......@@ -2,9 +2,6 @@ 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
RUN wget https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz && tar xzvf zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz && mv zola /usr/local/bin && 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