Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Software Heritage virtual environment packaging manifests
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
Container Registry
Model registry
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
Platform
Infrastructure
Software Heritage virtual environment packaging manifests
Commits
f39722db
Unverified
Commit
f39722db
authored
2 months ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
utils: Unify with other docker images
Refs.
sysadm-environment#5560
parent
1599cd89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/swh-utils/Dockerfile
+2
-2
2 additions, 2 deletions
apps/swh-utils/Dockerfile
with
2 additions
and
2 deletions
apps/swh-utils/Dockerfile
+
2
−
2
View file @
f39722db
FROM
debian:bookworm-slim
RUN
apt-get
-y
update
&&
\
RUN
apt-get update
&&
\
apt-get
-y
upgrade
&&
\
apt-get
install
-y
gettext-base curl
&&
\
apt clean
apt
-get
clean
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