Add "bzip2" to the build dependencies

```
  BUNZIP2 pc-bios/edk2-arm-code.fd.bz2
/bin/sh: 1: bzip2: not found
make: *** [Makefile:300: pc-bios/edk2-arm-code.fd] Error 127
make: *** Deleting file 'pc-bios/edk2-arm-code.fd'
```
This commit is contained in:
Tianon Gravi 2019-07-29 13:20:31 -07:00
parent dee71cdf29
commit 768667821b
5 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ RUN set -eux; \
\
patch \
\
bzip2 \
gcc \
gnutls-dev \
libaio-dev \

View File

@ -30,6 +30,7 @@ RUN set -eux; \
\
patch \
\
bzip2 \
gcc \
gnutls-dev \
libaio-dev \

View File

@ -30,6 +30,7 @@ RUN set -eux; \
\
patch \
\
bzip2 \
gcc \
gnutls-dev \
libaio-dev \

View File

@ -30,6 +30,7 @@ RUN set -eux; \
\
patch \
\
bzip2 \
gcc \
gnutls-dev \
libaio-dev \

View File

@ -30,6 +30,7 @@ RUN set -eux; \
\
patch \
\
bzip2 \
gcc \
gnutls-dev \
libaio-dev \