diff --git a/Dockerfile b/Dockerfile index 69913761183474066026a728ebceb37f75402da3..7ba041b16490a0821b02b11d3b4e4910cf3be2bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.