aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 3cf06a6..cfddabc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -75,6 +75,7 @@ RUN addgroup -g 101 -S bitlbee \
&& make \
&& make install \
&& make install-dev \
+ && strip /usr/sbin/bitlbee \
&& if [ ${FACEBOOK} -eq 1 ]; then cd /tmp \
&& git clone https://github.com/bitlbee/bitlbee-facebook.git \
&& cd bitlbee-facebook \
@@ -158,6 +159,7 @@ RUN addgroup -g 101 -S bitlbee \
&& git checkout ${OLM_VERSION} \
&& make \
&& make install \
+ && strip /usr/local/lib/libolm.so.${OLM_VERSION} \
&& cd /tmp \
&& git clone -n https://github.com/matrix-org/purple-matrix \
&& cd purple-matrix \