mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 06:06:12 +00:00
Merge pull request #7849 from BbolroC/hot-fix-dockerbuild
packaging: do not install docker-compose-plugin for s390x|ppc64le
This commit is contained in:
commit
d27fe18167
@ -19,7 +19,8 @@ RUN apt-get update && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/ && \
|
||||
install_yq.sh && \
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh && \
|
||||
if uname -m | grep -Eq 's390x|ppc64le'; then export VERSION="v20.10"; fi && \
|
||||
if uname -m | grep -Eq 's390x|ppc64le'; then export VERSION="v20.10" && \
|
||||
sed -i 's/\<docker-compose-plugin\>//g' get-docker.sh; fi && \
|
||||
sh get-docker.sh
|
||||
|
||||
ARG IMG_USER=kata-builder
|
||||
|
Loading…
Reference in New Issue
Block a user