Skip to content

Commit

Permalink
Merge pull request #8 from trillom/feature/mtrillo/arm-build-fix
Browse files Browse the repository at this point in the history
Fixed missing file error when building for ARM
  • Loading branch information
giansalex committed Feb 11, 2022
2 parents 393705a + 62bdc9a commit 6fddda2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /et
git \
cmake \
libuv-dev \
libressl-dev \
linux-headers \
libressl-dev \
hwloc-dev@community

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

WORKDIR /xmr
Expand Down

0 comments on commit 6fddda2

Please sign in to comment.