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:
parent
d045b70c2d
commit
7421a7347b
1 changed files with 1 additions and 0 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue