From ce3f4e8c38db9a2addfe559365c15a55b5d5ce5d Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 14 Dec 2019 18:45:38 +0700 Subject: [PATCH] Remove duplicate dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf53cdb..a224809 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apt-get -y install python build-essential libglib2.0-dev libpixman-1-dev # These don't seem to be required but are specified here: https://wiki.qemu.org/Hosts/Linux RUN apt-get -y install libfdt-dev zlib1g-dev # Not required or specified anywhere but supress build warnings -RUN apt-get -y install pkg-config flex bison +RUN apt-get -y install flex bison RUN "qemu-${QEMU_VERSION}/configure" --static --target-list=arm-softmmu RUN make -j$(nproc)