Fix for Issue #150 - xmrig container not building

This commit is contained in:
Blade Doyle
2022-06-01 10:44:55 -07:00
parent 5ca9f968aa
commit 662e2b5ba0
5 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:20.04
ARG MONERO_GIT_TAG="latest"
RUN set -e && \
@@ -54,7 +54,7 @@ RUN git clone --recursive https://github.com/monero-project/monero && \
# ---
FROM ubuntu:latest
FROM ubuntu:20.04
COPY --from=0 /usr/src/monero/build/Linux/*/release/bin/* /