Bug 1501796 - Add nasm to debian7-build dockerfile. r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D9747

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Thomas Daede 2018-11-17 00:38:50 +00:00
parent 4476e0d1a3
commit dd1c4d38c5
2 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,7 @@ jobs:
- deb7-gtk3
- deb7-harfbuzz
- deb7-libxkbcommon
- deb7-nasm
- deb7-pango
- deb7-pcre3
- deb7-valgrind
@ -88,6 +89,7 @@ jobs:
- deb7-glib
- deb7-gtk3
- deb7-harfbuzz
- deb7-nasm
- deb7-python-defaults
- deb7-pcre3
- deb7-valgrind

View File

@ -32,6 +32,7 @@ RUN apt-get update && \
gawk \
gcc-multilib \
gnupg \
nasm \
p7zip-full \
procps \
python-pip \