From aa8fff9ed52b5202eb2e52a29e1130518fdba706 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 22 Nov 2023 15:08:34 +0000 Subject: [PATCH] fix Dockerfile multiarch --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c492cf6..d59fefc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM rockylinux:8.8 -#FROM --platform=$TARGETPLATFORM rockylinux:8.8 +FROM --platform=$TARGETPLATFORM rockylinux:8.8 # Install needed utils RUN rm -fr /var/cache/yum/* && yum clean all && yum -y install --setopt=tsflags=nodocs epel-release && \