wesslen commited on
Commit
322aa5f
1 Parent(s): 7ff797d

install sqlite

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9
3
  #COPY requirements.txt /app/
4
  WORKDIR /app
5
 
6
- RUN apt-get install -y sqlite3 libsqlite3-dev
7
 
8
  RUN --mount=type=secret,id=LICENSE_KEY,mode=0444,required=true \
9
  pip install --upgrade pip \
 
3
  #COPY requirements.txt /app/
4
  WORKDIR /app
5
 
6
+ RUN apt install sqlite3
7
 
8
  RUN --mount=type=secret,id=LICENSE_KEY,mode=0444,required=true \
9
  pip install --upgrade pip \