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

added link checker

parent 4a8f51fe
No related branches found
Tags untagged-5f91b9934a0d64190e08
No related merge requests found
Pipeline #39936 failed
FROM rust:slim-bookworm
RUN apt update && apt upgrade -y && apt install rsync wget -y
RUN apt update && apt upgrade -y && apt install rsync wget nodejs npm -y
RUN npm install broken-link-checker -g
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment