Replace libqrencode with libqrencode-tools (#282)

This commit is contained in:
Franck Nijhof 2023-12-11 17:40:10 +01:00 committed by GitHub
parent 0e0463336c
commit 860b1fed82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ RUN \
&& apk add --no-cache \ && apk add --no-cache \
go=1.21.5-r0 \ go=1.21.5-r0 \
iptables=1.8.10-r1 \ iptables=1.8.10-r1 \
libqrencode=4.1.1-r2 \ libqrencode-tools=4.1.1-r2 \
openresolv=3.13.2-r0 \ openresolv=3.13.2-r0 \
wireguard-tools=1.0.20210914-r3 \ wireguard-tools=1.0.20210914-r3 \
\ \