From 84e4de1cb117baa92240f4fd6012a3fe97c50084 Mon Sep 17 00:00:00 2001 From: dotneft Date: Sat, 11 Mar 2017 14:51:18 -0800 Subject: [PATCH] Added libevent for trunk --- proxy-mysql/alpine/Dockerfile | 2 ++ proxy-mysql/ubuntu/Dockerfile | 3 +++ proxy-sqlite3/alpine/Dockerfile | 2 ++ proxy-sqlite3/ubuntu/Dockerfile | 3 +++ server-mysql/alpine/Dockerfile | 2 ++ server-mysql/ubuntu/Dockerfile | 3 +++ server-pgsql/alpine/Dockerfile | 2 ++ server-pgsql/ubuntu/Dockerfile | 3 +++ 8 files changed, 20 insertions(+) diff --git a/proxy-mysql/alpine/Dockerfile b/proxy-mysql/alpine/Dockerfile index b84a74363..ceb4944a9 100644 --- a/proxy-mysql/alpine/Dockerfile +++ b/proxy-mysql/alpine/Dockerfile @@ -40,6 +40,7 @@ RUN addgroup zabbix && \ libldap \ libcurl \ openipmi-libs \ + libevent \ libssh2 && \ rm -rf /var/cache/apk/* @@ -61,6 +62,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \ openipmi-dev \ openldap-dev \ curl-dev \ + libevent-dev \ subversion && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \ diff --git a/proxy-mysql/ubuntu/Dockerfile b/proxy-mysql/ubuntu/Dockerfile index efde43c37..982e9eb54 100644 --- a/proxy-mysql/ubuntu/Dockerfile +++ b/proxy-mysql/ubuntu/Dockerfile @@ -43,6 +43,7 @@ RUN locale-gen $LC_ALL && \ libssl1.0.0 \ libxml2 \ fping \ + libevent-2.0 \ libopenipmi0 1>/dev/null && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ @@ -69,6 +70,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ subversion 1>/dev/null && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} && \ @@ -113,6 +115,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ gcc \ libc6-dev \ make \ diff --git a/proxy-sqlite3/alpine/Dockerfile b/proxy-sqlite3/alpine/Dockerfile index c7e6d21c8..f8e8742c1 100644 --- a/proxy-sqlite3/alpine/Dockerfile +++ b/proxy-sqlite3/alpine/Dockerfile @@ -36,6 +36,7 @@ RUN addgroup zabbix && \ libldap \ libcurl \ openipmi-libs \ + libevent \ libssh2 && \ rm -rf /var/cache/apk/* @@ -57,6 +58,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \ openipmi-dev \ openldap-dev \ curl-dev \ + libevent-dev \ subversion && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \ diff --git a/proxy-sqlite3/ubuntu/Dockerfile b/proxy-sqlite3/ubuntu/Dockerfile index 0d7afd761..6ebb16349 100644 --- a/proxy-sqlite3/ubuntu/Dockerfile +++ b/proxy-sqlite3/ubuntu/Dockerfile @@ -41,6 +41,7 @@ RUN locale-gen $LC_ALL && \ libssl1.0.0 \ libxml2 \ fping \ + libevent-2.0-5 \ libopenipmi0 1>/dev/null && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} clean && \ @@ -67,6 +68,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ subversion 1>/dev/null && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} && \ @@ -114,6 +116,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ subversion 1>/dev/null && \ apt-get ${APT_FLAGS_COMMON} autoremove 1>/dev/null && \ rm -rf /var/lib/apt/lists/* diff --git a/server-mysql/alpine/Dockerfile b/server-mysql/alpine/Dockerfile index b399bd9ed..4a816b9e0 100644 --- a/server-mysql/alpine/Dockerfile +++ b/server-mysql/alpine/Dockerfile @@ -41,6 +41,7 @@ RUN addgroup zabbix && \ libldap \ libcurl \ openipmi-libs \ + libevent \ libssh2 && \ rm -rf /var/cache/apk/* @@ -62,6 +63,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \ openipmi-dev \ openldap-dev \ curl-dev \ + libevent-dev \ subversion && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \ diff --git a/server-mysql/ubuntu/Dockerfile b/server-mysql/ubuntu/Dockerfile index e72798f12..a0161f8ea 100644 --- a/server-mysql/ubuntu/Dockerfile +++ b/server-mysql/ubuntu/Dockerfile @@ -43,6 +43,7 @@ RUN locale-gen $LC_ALL && \ libssh2-1 \ libssl1.0.0 \ libxml2 \ + libevent-2.0 \ fping \ libopenipmi0 1>/dev/null && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ @@ -70,6 +71,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ subversion 1>/dev/null && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} && \ @@ -120,6 +122,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ subversion 1>/dev/null && \ apt-get ${APT_FLAGS_COMMON} autoremove 1>/dev/null && \ rm -rf /var/lib/apt/lists/* diff --git a/server-pgsql/alpine/Dockerfile b/server-pgsql/alpine/Dockerfile index 3f172ff5f..14c1ea970 100644 --- a/server-pgsql/alpine/Dockerfile +++ b/server-pgsql/alpine/Dockerfile @@ -41,6 +41,7 @@ RUN addgroup zabbix && \ libldap \ libcurl \ openipmi-libs \ + libevent \ libssh2 && \ rm -rf /var/cache/apk/* @@ -62,6 +63,7 @@ RUN apk add ${APK_FLAGS_DEV} --virtual build-dependencies \ openipmi-dev \ openldap-dev \ curl-dev \ + libevent-dev \ subversion && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} 1>/dev/null && \ diff --git a/server-pgsql/ubuntu/Dockerfile b/server-pgsql/ubuntu/Dockerfile index 4d7947849..4aa75bff8 100644 --- a/server-pgsql/ubuntu/Dockerfile +++ b/server-pgsql/ubuntu/Dockerfile @@ -43,6 +43,7 @@ RUN locale-gen $LC_ALL && \ libssh2-1 \ libssl1.0.0 \ libxml2 \ + libevent-2.0 \ fping \ libopenipmi0 1>/dev/null && \ apt-get ${APT_FLAGS_COMMON} autoremove && \ @@ -70,6 +71,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ subversion 1>/dev/null && \ cd /tmp/ && \ svn --quiet export ${ZBX_SOURCES} zabbix-${ZBX_VERSION} && \ @@ -120,6 +122,7 @@ RUN apt-get ${APT_FLAGS_COMMON} update && \ libssh2-1-dev \ unixodbc-dev \ libxml2-dev \ + libevent-dev \ subversion 1>/dev/null && \ apt-get ${APT_FLAGS_COMMON} autoremove 1>/dev/null && \ rm -rf /var/lib/apt/lists/*