File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ RUN curl -fsSLO https://get.bitlbee.org/src/bitlbee-${BITLBEE_VERSION}.tar.gz \
4141 && git clone --depth=1 https://github.com/matrix-org/purple-matrix.git \
4242 && git clone --depth=1 https://github.com/EionRobb/purple-teams.git \
4343 && git clone --depth=1 https://github.com/dylex/slack-libpurple.git \
44- && git clone --depth=1 https://src.alexschroeder.ch/bitlbee-mastodon.git \
4544 && git clone --depth=1 https://github.com/BenWiederhake/tdlib-purple.git
4645
4746# ---- Build BitlBee
@@ -66,11 +65,6 @@ RUN tar xf v${FACEBOOK_VERSION}.tar.gz \
6665 && cd bitlbee-facebook-${FACEBOOK_VERSION} \
6766 && ./autogen.sh && make -j$(nproc) && make install
6867
69- RUN cd bitlbee-mastodon \
70- && ./autogen.sh \
71- && ./configure \
72- && make -j$(nproc) && make install
73-
7468RUN cd tdlib-purple && ./build_and_install.sh
7569
7670RUN libtool --finish /usr/local/lib/bitlbee
You can’t perform that action at this time.
0 commit comments