Added modbus support for RHEL like systems

This commit is contained in:
Alexey Pustovalov
2024-02-26 14:19:58 +09:00
committed by Alexey Pustovalov
parent 84bf0852d5
commit ec6c4fa544
17 changed files with 31 additions and 10 deletions

View File

@ -46,7 +46,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--enable-proxy \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-net-snmp \

View File

@ -47,7 +47,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--enable-proxy \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-net-snmp \

View File

@ -56,7 +56,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--enable-proxy \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-net-snmp \