Updated dockerfile
This commit is contained in:
parent
fe5b563139
commit
d5c6aad834
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apt-get -y update && apt-get -y upgrade
|
|||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN apk install sqlite3
|
||||
RUN apt-get -y install sqlite3
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue