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