From 8384b20cd677a51db6f4774b3d7e180aa06b6b82 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Wed, 11 Oct 2023 09:53:25 +0200 Subject: [PATCH] Update images/Dockerfile.alpine Co-authored-by: Mauro Morales Signed-off-by: Itxaka --- images/Dockerfile.alpine | 1 - 1 file changed, 1 deletion(-) diff --git a/images/Dockerfile.alpine b/images/Dockerfile.alpine index 3bbfdd99e..6501061c3 100644 --- a/images/Dockerfile.alpine +++ b/images/Dockerfile.alpine @@ -89,7 +89,6 @@ RUN apk --no-cache add \ #### Common to a Model #### ############################################################### FROM common AS generic -ARG TARGETARCH RUN if [ ${TARGETARCH} != "arm64" ];then apk --no-cache add grub-bios; fi RUN apk --no-cache add \ bonding \