Skip to content

Commit

Permalink
🐛 Do not install grub-bios on arm64 alpine dockerfile (#1909)
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Morales <[email protected]>
  • Loading branch information
Itxaka and mauromorales authored Oct 11, 2023
1 parent 18d8286 commit 61fdd39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61fdd39

Please sign in to comment.