diff --git a/images/Dockerfile.alpine b/images/Dockerfile.alpine index 6238ced36..6501061c3 100644 --- a/images/Dockerfile.alpine +++ b/images/Dockerfile.alpine @@ -89,10 +89,10 @@ RUN apk --no-cache add \ #### Common to a Model #### ############################################################### FROM common AS generic +RUN if [ ${TARGETARCH} != "arm64" ];then apk --no-cache add grub-bios; fi RUN apk --no-cache add \ bonding \ bridge \ - grub-bios \ rbd-nbd FROM common as rpicommon