Docker: fixed missing dependencies

This commit is contained in:
sech1
2025-08-30 00:36:36 +02:00
parent 4a2b75c7fb
commit 29df28d3c8
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,11 @@ RUN set -e && \
DEBIAN_FRONTEND="noninteractive" apt-get install -q -y --no-install-recommends \
ca-certificates \
netcat \
libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-thread-dev \
libzmq5 \
libreadline8 \
libhidapi-libusb0 \
libunbound8 \
&& \
apt-get clean && \
rm -rf /var/lib/apt

View File

@@ -27,6 +27,7 @@ COPY --from=0 /usr/src/xmrig/build/xmrig /
RUN set -e && \
apt-get update -q -y --no-install-recommends && \
DEBIAN_FRONTEND="noninteractive" apt-get install -q -y --no-install-recommends \
libuv1 \
libssl3 \
libcrypto++8 \
libhwloc15 \