Remove orphaned information about SVN

This commit is contained in:
Alexey Pustovalov 2019-07-13 03:51:59 +03:00
commit 1852d8f2b7
2 changed files with 0 additions and 2 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