mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 16:18:52 +01:00
Fixed Office365 authentification. Using libcurl instead of libcurl-minimal
This commit is contained in:
parent
91c187e870
commit
53dc4d1d7e
@ -64,6 +64,14 @@ RUN set -eux && \
|
||||
--setopt=install_weak_deps=False \
|
||||
--best \
|
||||
${INSTALL_PKGS} && \
|
||||
dnf -y install \
|
||||
--disablerepo "*" \
|
||||
--enablerepo "${REPOLIST}" \
|
||||
--setopt=tsflags=nodocs \
|
||||
--setopt=install_weak_deps=False \
|
||||
--allowerasing \
|
||||
--best \
|
||||
libcurl && \
|
||||
groupadd \
|
||||
--system \
|
||||
--gid 1995 \
|
||||
|
@ -63,7 +63,9 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
iputils \
|
||||
hostname \
|
||||
libcurl-minimal \
|
||||
libssh \
|
||||
libpsl \
|
||||
libbrotli \
|
||||
libevent \
|
||||
openldap \
|
||||
libssh \
|
||||
@ -96,6 +98,10 @@ RUN set -eux && \
|
||||
--best \
|
||||
--setopt=tsflags=nodocs \
|
||||
tzdata && \
|
||||
microdnf download libcurl && \
|
||||
rpm -Uvh --nodeps --replacefiles "*curl*$( uname -i ).rpm" && \
|
||||
microdnf remove -y libcurl-minimal && \
|
||||
rm -rf "*curl*$( uname -i ).rpm" && \
|
||||
groupadd \
|
||||
--system \
|
||||
--gid 1995 \
|
||||
|
@ -65,6 +65,14 @@ RUN set -eux && \
|
||||
--setopt=install_weak_deps=False \
|
||||
--best \
|
||||
${INSTALL_PKGS} && \
|
||||
dnf -y install \
|
||||
--disablerepo "*" \
|
||||
--enablerepo "${REPOLIST}" \
|
||||
--setopt=tsflags=nodocs \
|
||||
--setopt=install_weak_deps=False \
|
||||
--allowerasing \
|
||||
--best \
|
||||
libcurl && \
|
||||
groupadd \
|
||||
--system \
|
||||
--gid 1995 \
|
||||
|
Loading…
Reference in New Issue
Block a user