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 && \