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

added sqlite deb package to install

parent e8ece6ac
No related branches found
No related tags found
No related merge requests found
Pipeline #156 canceled
......@@ -15,7 +15,7 @@ COPY requirements.txt /app/requirements.txt
#Make a complete system update. apt-utils is needed for configuring packages, so we need to install it
RUN apt update
RUN apt install apt-utils -y
RUN apt install apt-utils sqlite3 -y
RUN apt upgrade -y
RUN apt clean
......
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