We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a414146 commit 51358bbCopy full SHA for 51358bb
Dockerfile
@@ -31,7 +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"
+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