Skip to content

Commit 6fddda2

Browse files
authored
Merge pull request #8 from trillom/feature/mtrillo/arm-build-fix
Fixed missing file error when building for ARM
2 parents 393705a + 62bdc9a commit 6fddda2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /et
99
git \
1010
cmake \
1111
libuv-dev \
12-
libressl-dev \
12+
linux-headers \
13+
libressl-dev \
1314
hwloc-dev@community
1415

1516
RUN git clone https://github.com/xmrig/xmrig && \
@@ -35,7 +36,7 @@ ENV WORKER_NAME=docker
3536
RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
3637
apk update && apk add --no-cache \
3738
libuv \
38-
libressl \
39+
libressl \
3940
hwloc@community
4041

4142
WORKDIR /xmr

0 commit comments

Comments
 (0)