From 1e83bfb0e2fc3c0c6d5dbcba158234cf584bf2b2 Mon Sep 17 00:00:00 2001 From: zenjabba Date: Tue, 26 Mar 2019 09:34:45 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d86a1d2..ccdccf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && \ add-apt-repository ppa:jonathonf/python-3.6 RUN apt-get update -y -RUN apt-get install -y build-essential python3.6 python3.6-dev python3-pip python3.6-venv && \ +RUN apt-get install -y build-essential python3.6 python3.6-dev python3-pip python3.6-venv python-sqlite && \ apt-get install -y git # update pip