Fixing dependency (#9501)

Looks like there's one dependency change missing for Debian 9. Added that and it builds fine locally.
This commit is contained in:
bannsec 2018-02-24 14:40:04 -05:00 committed by radare
parent d045b70c2d
commit 7421a7347b

View file

@ -62,6 +62,7 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg --add-architecture i386 && \
libc6:i386 \
libncurses5:i386 \
libstdc++6:i386 \
gnupg2 \
sudo && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get install -y nodejs python-pip && \