mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 06:49:34 +01:00
Fixed Office365 authentification. Using libcurl instead of libcurl-minimal
This commit is contained in:
parent
8f2a070815
commit
6866cc7469
@ -63,6 +63,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 \
|
||||
|
@ -62,7 +62,9 @@ RUN set -eux && \
|
||||
tzdata \
|
||||
iputils \
|
||||
hostname \
|
||||
libcurl-minimal \
|
||||
libssh \
|
||||
libpsl \
|
||||
libbrotli \
|
||||
libevent \
|
||||
openldap \
|
||||
libssh \
|
||||
@ -95,6 +97,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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user