adding python3

This commit is contained in:
Jerome Sagnole 2017-11-01 21:17:23 +01:00
parent 2c04812a72
commit 60d68bbdbb
2 changed files with 2 additions and 1 deletions

View file

@ -48,6 +48,7 @@ then
fi
msg_info "PREPARE BUILD"
# on 32bit, we need add option '-DWITH_SSE2=OFF'
cd ${DIRBUILD}; cmake -DWITH_NEL=ON \
-DWITH_STATIC=ON \
-DWITH_STATIC_DRIVERS=ON \

View file

@ -27,7 +27,7 @@ RUN apt-get update ; \
apt-get install -y openssh-server sudo net-tools ; \
apt-get install -y lzma xdelta p7zip p7zip-full ; \
DEBIAN_FRONTEND=noninteractive apt-get install -y mysql-server ; \
apt-get install -y apache2 php5 libapache2-mod-php5 php5-mysql apache2-utils php5-gd php5-imagick rrdtool screen mcrypt php5-mcrypt ; \
apt-get install -y apache2 php5 libapache2-mod-php5 php5-mysql apache2-utils php5-gd php5-imagick rrdtool screen mcrypt php5-mcrypt python3 ; \
DEBIAN_FRONTEND=noninteractive apt-get install -y phpmyadmin