backend/update-requirements #209
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