Docker: fixed Monero build again

This commit is contained in:
sech1
2025-08-29 20:49:19 +02:00
parent 3bcde151ee
commit 2a9cf67c3a

View File

@@ -40,7 +40,7 @@ RUN git clone --recursive --branch release-v0.18 https://github.com/monero-proje
# runtime stage
FROM ubuntu:22.04
COPY --from=0 /src/monero/build/*/release/bin /usr/local/bin/
COPY --from=0 /src/monero/build/Linux/*/release/bin /usr/local/bin/
RUN set -e && \
apt-get update -q -y --no-install-recommends && \