File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 autoconf=2.72-3.1 \
1414 automake=1:1.17-4 \
1515 build-essential=12.12 \
16- libhidapi-dev=0.14.0-1+b2 \
1716 libltdl-dev=2.5.4-4 \
1817 libmodbus-dev=3.1.11-2 \
1918 libsnmp-dev=5.9.4+dfsg-2+deb13u1 \
3736 && tar -xzvf "${NUT_FILENAME}" \
3837 && cd "${NUT_FILENAME%.tar.gz}" \
3938 && ./configure --prefix=/usr --datadir=/usr/share/nut --sysconfdir=/etc/nut --with-drvpath=/usr/libexec/nut \
40- --with-usb --with-hidapi --with- modbus --with-snmp --with-ssl \
39+ --with-usb --with-modbus --with-snmp --with-ssl \
4140 && make \
4241 && make DESTDIR=/app install
4342
@@ -52,7 +51,7 @@ COPY --from=builder /app /
5251# Setup app
5352RUN apt-get update \
5453 && apt-get install -y --no-install-recommends \
55- libhidapi-hidraw0=0.14.0-1+b2 \
54+ libltdl7=2.5.4-4 \
5655 libmodbus5=3.1.11-2 \
5756 libsnmp40t64=5.9.4+dfsg-2+deb13u1 \
5857 libusb-1.0-0=2:1.0.28-1 \
You can’t perform that action at this time.
0 commit comments