Skip to content

Commit 51358bb

Browse files
authored
Update ENV LDFLAGS to new format syntax
1 parent a414146 commit 51358bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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"
34+
ENV LDFLAGS="-lgcrypt"
3535
RUN ./configure --verbose=1 --jabber=1 --otr=1 --purple=1 --strip=1 && \
3636
make -j"$(nproc)" && \
3737
make install && \

0 commit comments

Comments
 (0)