Docker: fixed missing dependencies
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user