Browse Source

Pongo sqlite3

main
creylopez 11 months ago
parent
commit
60027454ed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -8,7 +8,7 @@ ADD . $APP_HOME
USER 0 USER 0
# Install the dependencies # Install the dependencies
RUN apt-get install -y sqlite
RUN apt-get install -y sqlite3
RUN pip install -U "pip>=19.3.1" && \ RUN pip install -U "pip>=19.3.1" && \
pip install -r $APP_HOME/requirements.txt && \ pip install -r $APP_HOME/requirements.txt && \


Loading…
Cancel
Save