mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 13:22:28 +00:00
local-build: install s390-tools in Dockerfile
This is to install s390-tools including genprotimg during the docker build. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
6d0dabd81e
commit
a63a6959d1
@ -48,6 +48,7 @@ RUN apt-get update && \
|
||||
gcc \
|
||||
unzip \
|
||||
xz-utils && \
|
||||
if uname -m | grep -Eq 's390x'; then apt-get install -y s390-tools; fi && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists
|
||||
|
||||
ENV USER ${IMG_USER}
|
||||
|
Loading…
Reference in New Issue
Block a user