mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-28 20:15:51 +00:00
static-build: upgrade the container before building qemu and nemu
Upgrade the container before building qemu and nemu in order to install the latest fixes for the CVEs. fixes #676 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -12,7 +12,7 @@ ARG VIRTIOFSD
|
||||
ARG PREFIX
|
||||
|
||||
WORKDIR /root/nemu
|
||||
RUN apt-get update
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -y \
|
||||
autoconf \
|
||||
automake \
|
||||
|
@@ -6,7 +6,7 @@ ARG QEMU_VERSION
|
||||
ARG PREFIX
|
||||
|
||||
WORKDIR /root/qemu
|
||||
RUN apt-get update
|
||||
RUN apt-get update && apt-get upgrade -y
|
||||
RUN apt-get install -y \
|
||||
autoconf \
|
||||
automake \
|
||||
|
Reference in New Issue
Block a user