mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 18:24:26 +01:00
Fixed libqrencode version when building
This commit is contained in:
@@ -23,7 +23,7 @@ RUN apk add --update --no-cache \
|
||||
git \
|
||||
pkgconfig
|
||||
|
||||
RUN git clone https://github.com/fukuchi/libqrencode.git \
|
||||
RUN git clone -b v4.1.0 https://github.com/fukuchi/libqrencode.git \
|
||||
&& cd libqrencode \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure \
|
||||
|
||||
Reference in New Issue
Block a user