Skip to content

Commit 3c390c0

Browse files
authored
Add python2.7
1 parent 3244044 commit 3c390c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/chroot-script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ cd /var/www/
220220

221221
# install infragram in the web public folder:
222222
# prerequisites:
223-
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config
224-
echo "Installing infragram"
223+
sudo apt-get install -y build-essential libxi-dev libglu1-mesa-dev libglew-dev pkg-config python2.7 python2.7-dev
224+
cho "Installing infragram"
225225
git clone https://github.com/publiclab/infragram.git
226226
cd infragram
227227
npm install

0 commit comments

Comments
 (0)