mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 08:26:16 +00:00
kata-deploy: updates for Dockerfile
Additional packages are necessary and/or were removed from the base image. Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
parent
5db1ba5710
commit
471415b245
@ -6,6 +6,8 @@ ARG KATA_URL=https://github.com/kata-containers/runtime/releases/download/${KATA
|
||||
ARG KATA_FILE=kata-static-${KATA_VER}-${ARCH}.tar.xz
|
||||
|
||||
RUN \
|
||||
yum install -y epel-release && \
|
||||
yum install -y bzip2 jq && \
|
||||
curl -sOL ${KATA_URL}/${KATA_FILE} && \
|
||||
mkdir -p /opt/kata-artifacts && \
|
||||
tar xvf ${KATA_FILE} -C /opt/kata-artifacts/ && \
|
||||
|
Loading…
Reference in New Issue
Block a user