Skip to content

Commit 043b90d

Browse files
authored
Merge pull request #16 from ZaneH/master
Fix Docker build
2 parents c420132 + 51358bb commit 043b90d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-reco
3131

3232
RUN tar zxvf bitlbee-"$BITLBEE_VERSION".tar.gz
3333
WORKDIR /bitlbee-"$BITLBEE_VERSION"
34+
ENV LDFLAGS="-lgcrypt"
3435
RUN ./configure --verbose=1 --jabber=1 --otr=1 --purple=1 --strip=1 && \
3536
make -j"$(nproc)" && \
3637
make install && \

0 commit comments

Comments
 (0)