From 16d83826b684a5fb765e94b3f2d791a4443cd85a Mon Sep 17 00:00:00 2001 From: wileyj Date: Fri, 15 Mar 2019 11:02:25 -0400 Subject: [PATCH] Adding sqlite3 to image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df6b72a..de57877 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:xenial # Update apt and install wget -RUN apt-get update && apt-get install -y wget curl apt-utils git +RUN apt-get update && apt-get install -y wget curl apt-utils git sqlite3 # Install node RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -