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

remove sqlite3

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -3,8 +3,6 @@ FROM python:3.9
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 \
10
  && pip install prodigy -f https://$(cat /run/secrets/LICENSE_KEY)@download.prodi.gy
 
3
  #COPY requirements.txt /app/
4
  WORKDIR /app
5
 
 
 
6
  RUN --mount=type=secret,id=LICENSE_KEY,mode=0444,required=true \
7
  pip install --upgrade pip \
8
  && pip install prodigy -f https://$(cat /run/secrets/LICENSE_KEY)@download.prodi.gy