Docker: fixed XMRig build

This commit is contained in:
sech1
2025-08-24 19:43:54 +02:00
parent 560f62a427
commit bfb0b5383a

View File

@@ -27,8 +27,8 @@ 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 \
libssl1.1 \
libcrypto++6 \
libssl3 \
libcrypto++8 \
libhwloc15 \
&& \
apt-get clean