mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-23 05:10: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 \
|
||||
--disablerepo "*" \
|
||||
--enablerepo "${REPOLIST}" \
|
||||
--setopt=tsflags=nodocs \.
|
||||
--setopt=tsflags=nodocs \
|
||||
--setopt=install_weak_deps=False \
|
||||
--setopt=keepcache=False \
|
||||
--best ${INSTALL_PKGS} && \
|
||||
|
Loading…
Reference in New Issue
Block a user