Bug 1660278 - Add libtinfo5 requirement to custom-v8 docker. r=jmaher

This patch fixes an issue in the custom-v8 toolchain where there is tooling missing that is needed to build v8 (the libtinfo5 package).

Differential Revision: https://phabricator.services.mozilla.com/D88310
This commit is contained in:
Gregory Mierzwinski 2020-08-27 14:29:13 +00:00
Родитель 2b19a85f7f
Коммит 49e80e0625
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,7 @@ RUN apt-get update && \
curl \
libbz2-dev \
libglib2.0-dev \
libtinfo5 \
pkg-config \
tar \
unzip \