Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prepare-build-system
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ then
apt-get install -y openjdk-8-jdk

DEPS="unzip git curl bzip2 binutils make autoconf openssl \
libssl-dev libopus0 libpcre3 libpcre3-dev build-essential nasm python"
libssl-dev libopus0 libpcre3 libpcre3-dev build-essential nasm python2"
sh -c "dpkg --add-architecture i386; apt-get update && apt-get -y upgrade && apt-get install -y ${DEPS}"
fi

Expand Down