Remove orphaned information about SVN

This commit is contained in:
Alexey Pustovalov
2019-07-13 03:49:39 +03:00
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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