diff --git a/Dockerfile b/Dockerfile index b9142ec..2eb937e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ @@ -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