Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vospace-transfer-service
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
Container registry
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VOSpace INAF
vospace-transfer-service
Commits
c7fcdca9
Commit
c7fcdca9
authored
1 month ago
by
Cristiano Urban
Browse files
Options
Downloads
Patches
Plain Diff
Added iputils package in Dockerfile.
Signed-off-by:
Cristiano Urban
<
cristiano.urban@inaf.it
>
parent
fb2329e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/Dockerfile
+2
-2
2 additions, 2 deletions
base/Dockerfile
with
2 additions
and
2 deletions
base/Dockerfile
+
2
−
2
View file @
c7fcdca9
...
...
@@ -7,8 +7,8 @@
# Use Rocky Linux 8.9 minimal as base image
FROM
rockylinux:8.9-minimal
# Install epel repo, make, nano, openssh, wget, rsync, cronie, pip
RUN
microdnf
-y
install
epel-release make nano openssh-clients wget rsync cronie python3.11-pip
# Install epel repo, make, nano, openssh,
iputils,
wget, rsync, cronie, pip
RUN
microdnf
-y
install
epel-release make nano openssh-clients
iputils
wget rsync cronie python3.11-pip
# Install redis, psycopg2, paramiko, scp, tabulate Python packages
RUN
pip3.11
install
--no-cache-dir
redis hiredis psycopg2-binary paramiko scp tabulate
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