Added back libmodbus on CentOS images

This commit is contained in:
Alexey Pustovalov
2026-02-13 16:22:32 +09:00
parent 7e4c17dafc
commit ae01259407
5 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
c-ares \
pcre2 \
libcurl-minimal \
# libmodbus \
libmodbus \
openssl-libs \
openldap \
shadow-utils \

View File

@@ -32,7 +32,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
libcurl-devel \
libevent-devel \
libssh-devel \
# libmodbus-devel \
libmodbus-devel \
libxml2-devel \
openssl-devel \
openldap-devel \

View File

@@ -87,7 +87,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--with-ares \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-${DB_TYPE} \

View File

@@ -88,7 +88,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--with-ares \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-${DB_TYPE} \

View File

@@ -79,7 +79,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build/ \
--with-ares \
--with-ldap \
--with-libcurl \
# --with-libmodbus \
--with-libmodbus \
--with-libpcre2 \
--with-libxml2 \
--with-${DB_TYPE} \