From d89218c5cad8ad26c81ecba150a23e92c8783be3 Mon Sep 17 00:00:00 2001 From: ASKz Date: Mon, 28 Sep 2015 11:18:11 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5e7992e..5af4820 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,9 @@ RUN cd /opt && git clone git://github.com/ether/etherpad-lite.git etherpad # Install node dependencies RUN /opt/etherpad/bin/installDeps.sh +# Install SQLite3 (deactivated by default, needed for tests) +RUN npm install -g sqlite3 + # Add conf files ADD settings.json /opt/etherpad/settings.json ADD supervisor.conf /etc/supervisor/supervisor.conf