mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
Merge pull request #1061 from devimc/2020-05-27/static-build/fixQemu5
static-build: build qemu on ubuntu 20.04
This commit is contained in:
@@ -23,7 +23,6 @@ qemu_black_list=(
|
||||
*/share/*/openbios-sparc32
|
||||
*/share/*/openbios-sparc64
|
||||
*/share/*/palcode-clipper
|
||||
*/share/*/ppc_rom.bin
|
||||
*/share/*/pxe-*
|
||||
*/share/*/QEMU,*
|
||||
*/share/*/qemu_vga.ndrv
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from ubuntu:18.04
|
||||
from ubuntu:20.04
|
||||
|
||||
ARG QEMU_REPO
|
||||
# commit/tag/branch
|
||||
@@ -19,6 +19,7 @@ RUN apt-get --no-install-recommends install -y \
|
||||
flex \
|
||||
gawk \
|
||||
libaudit-dev \
|
||||
libblkid-dev \
|
||||
libcap-dev \
|
||||
libcap-ng-dev \
|
||||
libdw-dev \
|
||||
@@ -33,6 +34,7 @@ RUN apt-get --no-install-recommends install -y \
|
||||
libpmem-dev \
|
||||
libselinux1-dev \
|
||||
libtool \
|
||||
make \
|
||||
pkg-config \
|
||||
pkg-config \
|
||||
python \
|
||||
|
||||
Reference in New Issue
Block a user