Skip to content
Snippets Groups Projects
Commit 752538b0 authored by Benedikt's avatar Benedikt
Browse files

added nettols to docker iamge

parent 56d555c2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment