We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c420132 + 51358bb commit 043b90dCopy full SHA for 043b90d
Dockerfile
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
31
32
RUN tar zxvf bitlbee-"$BITLBEE_VERSION".tar.gz
33
WORKDIR /bitlbee-"$BITLBEE_VERSION"
34
+ENV LDFLAGS="-lgcrypt"
35
RUN ./configure --verbose=1 --jabber=1 --otr=1 --purple=1 --strip=1 && \
36
make -j"$(nproc)" && \
37
make install && \
0 commit comments