diff --git a/Dockerfile b/Dockerfile index 1a6df7d..bc9166d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,7 @@ RUN dnf -y install python3-devel RUN dnf -y install nodejs RUN dnf -y install git-lfs RUN dnf clean all +# Initialize git lfs +RUN git lfs install COPY files/rpmmacros /root/.rpmmacros