mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 09:57:43 +02: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 \
|
--setopt=install_weak_deps=False \
|
||||||
--best \
|
--best \
|
||||||
${INSTALL_PKGS} && \
|
${INSTALL_PKGS} && \
|
||||||
|
dnf -y install \
|
||||||
|
--disablerepo "*" \
|
||||||
|
--enablerepo "${REPOLIST}" \
|
||||||
|
--setopt=tsflags=nodocs \
|
||||||
|
--setopt=install_weak_deps=False \
|
||||||
|
--allowerasing \
|
||||||
|
--best \
|
||||||
|
libcurl && \
|
||||||
groupadd \
|
groupadd \
|
||||||
--system \
|
--system \
|
||||||
--gid 1995 \
|
--gid 1995 \
|
||||||
|
@ -62,7 +62,9 @@ RUN set -eux && \
|
|||||||
tzdata \
|
tzdata \
|
||||||
iputils \
|
iputils \
|
||||||
hostname \
|
hostname \
|
||||||
libcurl-minimal \
|
libssh \
|
||||||
|
libpsl \
|
||||||
|
libbrotli \
|
||||||
libevent \
|
libevent \
|
||||||
openldap \
|
openldap \
|
||||||
libssh \
|
libssh \
|
||||||
@ -95,6 +97,10 @@ RUN set -eux && \
|
|||||||
--best \
|
--best \
|
||||||
--setopt=tsflags=nodocs \
|
--setopt=tsflags=nodocs \
|
||||||
tzdata && \
|
tzdata && \
|
||||||
|
microdnf download libcurl && \
|
||||||
|
rpm -Uvh --nodeps --replacefiles "*curl*$( uname -i ).rpm" && \
|
||||||
|
microdnf remove -y libcurl-minimal && \
|
||||||
|
rm -rf "*curl*$( uname -i ).rpm" && \
|
||||||
groupadd \
|
groupadd \
|
||||||
--system \
|
--system \
|
||||||
--gid 1995 \
|
--gid 1995 \
|
||||||
|
@ -64,6 +64,14 @@ RUN set -eux && \
|
|||||||
--setopt=install_weak_deps=False \
|
--setopt=install_weak_deps=False \
|
||||||
--best \
|
--best \
|
||||||
${INSTALL_PKGS} && \
|
${INSTALL_PKGS} && \
|
||||||
|
dnf -y install \
|
||||||
|
--disablerepo "*" \
|
||||||
|
--enablerepo "${REPOLIST}" \
|
||||||
|
--setopt=tsflags=nodocs \
|
||||||
|
--setopt=install_weak_deps=False \
|
||||||
|
--allowerasing \
|
||||||
|
--best \
|
||||||
|
libcurl && \
|
||||||
groupadd \
|
groupadd \
|
||||||
--system \
|
--system \
|
||||||
--gid 1995 \
|
--gid 1995 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user