mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 21:27:02 +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 \
|
gcc \
|
||||||
unzip \
|
unzip \
|
||||||
xz-utils && \
|
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
|
apt-get clean && rm -rf /var/lib/apt/lists
|
||||||
|
|
||||||
ENV USER ${IMG_USER}
|
ENV USER ${IMG_USER}
|
||||||
|
Loading…
Reference in New Issue
Block a user