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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Antoine Lambert
Software Heritage virtual environment packaging manifests
Commits
714e7d06
Verified
Commit
714e7d06
authored
6 months ago
by
Vincent Sellier
Browse files
Options
Downloads
Patches
Plain Diff
counters: Install 'retry' package to simplify the refresh history cronjob
Related to
swh/infra/sysadm-environment#5387
parent
c751c2a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/swh-counters/Dockerfile
+3
-1
3 additions, 1 deletion
apps/swh-counters/Dockerfile
with
3 additions
and
1 deletion
apps/swh-counters/Dockerfile
+
3
−
1
View file @
714e7d06
# Deeply inspired from the Dockerfile of the swh-storage project
FROM
python:3.10-bullseye
# retry command is used by the refresh-history cron job
# to ensure the rpc service is well up
RUN
apt-get
-y
update
&&
\
apt-get
-y
upgrade
&&
\
apt-get
install
-y
libcmph-dev librdkafka-dev
&&
\
apt-get
install
-y
libcmph-dev librdkafka-dev
retry
&&
\
apt clean
&&
\
addgroup
--gid
1000 swh
&&
\
useradd
--gid
1000
--uid
1000
-m
-d
/opt/swh swh
&&
\
...
...
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