Updated dockerfile

This commit is contained in:
cami 2021-07-25 00:19:26 +02:00
parent fe5b563139
commit d5c6aad834

View file

@ -6,7 +6,7 @@ RUN apt-get -y update && apt-get -y upgrade
COPY requirements.txt . COPY requirements.txt .
RUN apk install sqlite3 RUN apt-get -y install sqlite3
RUN pip install -r requirements.txt RUN pip install -r requirements.txt