Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DSI Parser Frontend
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DigitalDynamicMeasurement
DSI Parser Frontend
Commits
752538b0
Commit
752538b0
authored
10 months ago
by
Benedikt
Browse files
Options
Downloads
Patches
Plain Diff
added nettols to docker iamge
parent
56d555c2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfile
+4
-1
4 additions, 1 deletion
dockerfile
with
4 additions
and
1 deletion
dockerfile
+
4
−
1
View file @
752538b0
...
...
@@ -2,7 +2,10 @@ FROM python:3.11
# WORKDIR /usr/src/app
ENV
GIT_SSL_NO_VERIFY=1
# Install net-tools for ifconfig
RUN
apt-get update
&&
\
apt-get
install
-y
net-tools
&&
\
rm
-rf
/var/lib/apt/lists/
*
# Install any needed packages specified in requirements.txt
RUN
git clone https://gitlab1.ptb.de/digitaldynamicmeasurement/dsi-parser-frontend.git
...
...
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