mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
added php5-sqlite3
This commit is contained in:
parent
36c16e4d9c
commit
a08a3a4077
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ENV PDNSAPIPORT 8081
|
||||||
|
|
||||||
# Update and Upgrade system
|
# Update and Upgrade system
|
||||||
RUN apt-get -y update && \
|
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 && \
|
mkdir /app && \
|
||||||
git clone https://github.com/tuxis-ie/nsedit.git /app/nsedit && \
|
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 && \
|
cp /app/nsedit/includes/config.inc.php-dist /app/nsedit/includes/config.inc.php && \
|
||||||
|
|
Loading…
Add table
Reference in a new issue