Spaces:
Sleeping
Sleeping
install sqlite
Browse files- 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
|
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 \
|