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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
static pages
docker-images
Merge requests
!3
Cleanup current and future hugo image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Cleanup current and future hugo image
sandro/docker-images:bookworm-cleanup
into
master
Overview
0
Commits
6
Pipelines
2
Changes
1
Open
Sandro
requested to merge
sandro/docker-images:bookworm-cleanup
into
master
3 months ago
Overview
0
Commits
6
Pipelines
2
Changes
1
This was fixed upstream
0
0
Merge request reports
Viewing commit
a65e39d9
Prev
Next
Show latest version
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
a65e39d9
Run hugo version for good measure
· a65e39d9
Sandro
authored
3 months ago
Dockerfile.debian-trixie-hugo
+
2
−
1
View file @ a65e39d9
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,4 +5,5 @@ ENV DEBIAN_FRONTEND=noninteractive
@@ -5,4 +5,5 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
RUN apt-get -qq update && \
apt-get -qq upgrade && \
apt-get -qq upgrade && \
apt-get -qq install hugo && \
apt-get -qq install hugo && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
hugo version
Loading