Remove orphaned information about SVN

This commit is contained in:
Alexey Pustovalov 2019-07-13 03:50:52 +03:00
commit 89d8860427
4 changed files with 1 additions and 4 deletions

View File

@ -84,7 +84,6 @@ RUN set -eux && \
openipmi-dev \ openipmi-dev \
openldap-dev \ openldap-dev \
pcre-dev \ pcre-dev \
subversion \
unixodbc-dev \ unixodbc-dev \
alpine-sdk && \ alpine-sdk && \
cd /tmp/ && \ cd /tmp/ && \

View File

@ -167,7 +167,6 @@ RUN set -eux && \
unixodbc-dev && \ unixodbc-dev && \
apt-get ${APT_FLAGS_COMMON} autoremove && \ apt-get ${APT_FLAGS_COMMON} autoremove && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
rm -rf /root/.subversion && \
chmod +x /sbin/tini chmod +x /sbin/tini
EXPOSE 10051/TCP EXPOSE 10051/TCP

View File

@ -35,7 +35,7 @@ ARG YUM_FLAGS_PERSISTENT="${YUM_FLAGS_COMMON}"
ARG MAJOR_VERSION=4.2 ARG MAJOR_VERSION=4.2
ARG ZBX_VERSION=${MAJOR_VERSION}.4 ARG ZBX_VERSION=${MAJOR_VERSION}.4
ARG ZBX_SOURCES=svn://svn.zabbix.com/tags/${ZBX_VERSION}/ ARG ZBX_SOURCES=https://git.zabbix.com/scm/zbx/zabbix.git
ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \ ENV TERM=xterm ZBX_VERSION=${ZBX_VERSION} ZBX_SOURCES=${ZBX_SOURCES} \
ZBX_TYPE=frontend ZBX_DB_TYPE=postgresql ZBX_OPT_TYPE=apache ZBX_TYPE=frontend ZBX_DB_TYPE=postgresql ZBX_OPT_TYPE=apache

View File

@ -106,7 +106,6 @@ RUN set -eux && \
openjdk8 \ openjdk8 \
openldap-dev \ openldap-dev \
pcre-dev \ pcre-dev \
subversion \
unixodbc-dev && \ unixodbc-dev && \
cd /tmp/ && \ cd /tmp/ && \
git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \ git clone ${ZBX_SOURCES} --branch ${ZBX_VERSION} --depth 1 --single-branch zabbix-${ZBX_VERSION} && \