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

added apt utils, needed for system upgrade

parent 468372fe
No related branches found
No related tags found
No related merge requests found
Pipeline #28 canceled
......@@ -14,6 +14,7 @@ COPY VERSION /app/VERISON
#Make a complete system update
RUN apt update
RUN apt install apt-utils
RUN apt upgrade -y
#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