Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
docker_images
Commits
22f022db
Verified
Commit
22f022db
authored
1 year ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
added link checker
parent
4a8f51fe
No related branches found
Branches containing commit
Tags
untagged-5f91b9934a0d64190e08
Tags containing commit
No related merge requests found
Pipeline
#39936
failed
4 days ago
Stage: build_pandoc
Stage: build
Changes
1
Pipelines
62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
zola/Dockerfile
+2
-1
2 additions, 1 deletion
zola/Dockerfile
with
2 additions
and
1 deletion
zola/Dockerfile
+
2
−
1
View file @
22f022db
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment