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
Branches
Tags
No related merge requests found
Pipeline #32 passed
......@@ -14,7 +14,7 @@ COPY VERSION /app/VERISON
#Make a complete system update
RUN apt update
RUN apt install apt-utils
RUN apt install apt-utils -y
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.
Please register or to comment