Added curl to Appliance images

This commit is contained in:
root 2019-01-13 01:14:00 +02:00
parent dd5b3a6174
commit 7cc5a15c92
4 changed files with 4 additions and 0 deletions

View File

@ -142,6 +142,7 @@ RUN addgroup zabbix && \
apk update && \
apk add ${APK_FLAGS_PERSISTENT} \
bash \
curl \
fping \
iputils \
libcurl \

View File

@ -143,6 +143,7 @@ RUN groupadd --system zabbix && \
http://repo.zabbix.com/non-supported/rhel/7/x86_64/fping-3.10-1.el7.x86_64.rpm && \
yum ${YUM_FLAGS_PERSISTENT} install epel-release && \
yum ${YUM_FLAGS_PERSISTENT} install \
curl \
OpenIPMI-libs \
dejavu-sans-fonts \
java-1.8.0-openjdk-headless \

View File

@ -53,6 +53,7 @@ COPY ["licenses", "/licenses"]
### Add necessary Red Hat repos here
RUN INSTALL_PKGS="OpenIPMI-libs \
curl \
dejavu-sans-fonts \
fping \
iksemel \

View File

@ -158,6 +158,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \
echo "deb http://nginx.org/packages/ubuntu/ $DISTRIB_CODENAME nginx" >> /etc/apt/sources.list.d/nginx.list && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTENT} install \
curl \
fping \
libcurl4 \
libiksemel3 \