From a08a3a40773547f6126c2a21be686923203944da Mon Sep 17 00:00:00 2001 From: Yury Evtikhov Date: Wed, 7 Oct 2015 18:44:00 +0300 Subject: [PATCH] added php5-sqlite3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88323d9..646f77c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV PDNSAPIPORT 8081 # Update and Upgrade system RUN apt-get -y update && \ - apt-get -y install curl git-core php5-cli php5-curl php5-json libsqlite3-0 && \ + apt-get -y install curl git-core php5-cli php5-curl php5-json php5-sqlite3 libsqlite3-0 && \ mkdir /app && \ git clone https://github.com/tuxis-ie/nsedit.git /app/nsedit && \ cp /app/nsedit/includes/config.inc.php-dist /app/nsedit/includes/config.inc.php && \