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 c2e05b9..c6e2469 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -301,6 +301,8 @@ RUN echo SIGNAL=${SIGNAL} > /tmp/status \
&& git clone -n https://github.com/hoehermann/libpurple-signald \
&& cd libpurple-signald \
&& git checkout ${SIGNAL_VERSION} \
+ && git submodule init \
+ && git submodule update \
&& make \
&& make install \
&& strip /usr/lib/purple-2/libsignald.so; \