We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 393705a + 62bdc9a commit 6fddda2Copy full SHA for 6fddda2
Dockerfile
@@ -9,7 +9,8 @@ RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /et
9
git \
10
cmake \
11
libuv-dev \
12
- libressl-dev \
+ linux-headers \
13
+ libressl-dev \
14
hwloc-dev@community
15
16
RUN git clone https://github.com/xmrig/xmrig && \
@@ -35,7 +36,7 @@ ENV WORKER_NAME=docker
35
36
RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
37
apk update && apk add --no-cache \
38
libuv \
- libressl \
39
+ libressl \
40
hwloc@community
41
42
WORKDIR /xmr
0 commit comments