rutorrent : binary stripping

This commit is contained in:
Wonderfall 2016-04-23 13:40:46 +02:00
parent 4bc2219882
commit 373e149bfa

View File

@ -28,7 +28,8 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
cppunit-dev \ cppunit-dev \
openssl-dev \ openssl-dev \
ncurses-dev \ ncurses-dev \
curl-dev" \ curl-dev
binutils" \
&& apk -U add \ && apk -U add \
${BUILD_DEPS} \ ${BUILD_DEPS} \
ffmpeg \ ffmpeg \
@ -98,6 +99,8 @@ RUN echo "@commuedge http://nl.alpinelinux.org/alpine/edge/community" >> /etc/ap
&& mkdir /filebot \ && mkdir /filebot \
&& wget -q http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${FILEBOT_VER}/FileBot_${FILEBOT_VER}-portable.zip -P /tmp \ && wget -q http://downloads.sourceforge.net/project/filebot/filebot/FileBot_${FILEBOT_VER}/FileBot_${FILEBOT_VER}-portable.zip -P /tmp \
&& unzip -q /tmp/FileBot_${FILEBOT_VER}-portable.zip -d /filebot \ && unzip -q /tmp/FileBot_${FILEBOT_VER}-portable.zip -d /filebot \
&& strip -s /usr/local/bin/rtorrent \
&& strip -s /usr/local/bin/mediainfo \
&& apk del ${BUILD_DEPS} \ && apk del ${BUILD_DEPS} \
&& deluser svn \ && deluser svn \
&& delgroup svnusers \ && delgroup svnusers \