initialize git lfs

This commit is contained in:
ebner 2025-03-04 11:26:22 +01:00
parent 7c35625c82
commit a07b8856d9

View File

@ -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