Fixed web-service building

This commit is contained in:
Alexey Pustovalov 2024-06-02 15:30:36 +09:00
parent b32dd9cea1
commit a8c795ac9a

View File

@ -45,7 +45,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
dnf -y install \
--disablerepo "*" \
--enablerepo "${REPOLIST}" \
--setopt=tsflags=nodocs \.
--setopt=tsflags=nodocs \
--setopt=install_weak_deps=False \
--setopt=keepcache=False \
--best ${INSTALL_PKGS} && \