mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01: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:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user