mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
rutorrent : binary stripping
This commit is contained in:
parent
4bc2219882
commit
373e149bfa
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user