mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-23 13:20:52 +01:00
Fixed web-service building
This commit is contained in:
parent
b32dd9cea1
commit
a8c795ac9a
@ -45,7 +45,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
|||||||
dnf -y install \
|
dnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
--enablerepo "${REPOLIST}" \
|
--enablerepo "${REPOLIST}" \
|
||||||
--setopt=tsflags=nodocs \.
|
--setopt=tsflags=nodocs \
|
||||||
--setopt=install_weak_deps=False \
|
--setopt=install_weak_deps=False \
|
||||||
--setopt=keepcache=False \
|
--setopt=keepcache=False \
|
||||||
--best ${INSTALL_PKGS} && \
|
--best ${INSTALL_PKGS} && \
|
||||||
|
Loading…
Reference in New Issue
Block a user