Skip to content
Snippets Groups Projects
Commit 68374833 authored by Jonas Leder's avatar Jonas Leder
Browse files

fixed install of apt utils

parent 61194fa4
No related branches found
No related tags found
No related merge requests found
Pipeline #32 passed
...@@ -14,7 +14,7 @@ COPY VERSION /app/VERISON ...@@ -14,7 +14,7 @@ COPY VERSION /app/VERISON
#Make a complete system update #Make a complete system update
RUN apt update RUN apt update
RUN apt install apt-utils RUN apt install apt-utils -y
RUN apt upgrade -y RUN apt upgrade -y
#Install pipreqs. This tool is used to make the requirements.txt file automatic. Afterwards install them. #Install pipreqs. This tool is used to make the requirements.txt file automatic. Afterwards install them.
......
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