Added g++ as build depedency.

This commit is contained in:
Achim D. Brucker 2018-07-13 01:07:51 +01:00
parent 29bfc6fd38
commit a9bb0adb17
1 changed files with 7 additions and 1 deletions

View File

@ -63,7 +63,7 @@ echo "LANG=en_US.UTF-8" > /etc/default/locale
###################################################################
# Install the core dependencies (Python 3.6 or later)
# from the Debian Testing repository
apt-get install -y python3-magic python3-crypto python3-minimal python3-pip python3-setuptools python3-mysqldb python3-jsbeautifier python3-tabulate
apt-get install -y python3-magic python3-minimal python3-pip python3-setuptools python3-mysqldb python3-jsbeautifier python3-tabulate g++
apt-get clean
apt-get install -y git
apt-get clean
@ -131,6 +131,12 @@ mkdir /nvlib
chmod go+u-w /scratch /fastdata /data /shared
###################################################################
###################################################################
# Create mount/bind points for the various network drives
yes | apt purge g++
yes | apt autoremove
###################################################################
%environment
export EXTENSION_ARCHIVE=/opt/archive