Add sqlite3 to dockerfile

This commit is contained in:
Matthias
2020-07-11 07:29:34 +02:00
parent 588043af86
commit ecbca3fab0
3 changed files with 11 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3.8.3-slim-buster
RUN apt-get update \
&& apt-get -y install curl build-essential libssl-dev \
&& apt-get -y install curl build-essential libssl-dev sqlite3 \
&& apt-get clean \
&& pip install --upgrade pip