diff --git a/Dockerfile b/Dockerfile index a78122a..2e2be56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ADD . $APP_HOME USER 0 # Install the dependencies -RUN apt-get install -y sqlite +RUN apt-get install -y sqlite3 RUN pip install -U "pip>=19.3.1" && \ pip install -r $APP_HOME/requirements.txt && \