aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-21 20:45:48 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-21 20:45:48 +0200
commit93f473e9f8c0cd33bd1207a529e4679514e82b25 (patch)
tree47f7507e86fea0104b5ffee0e70a261eb4504666 /Dockerfile
parentMerge pull request #4395 (diff)
parentFixes Dockerfile build problem #4396 (diff)
downloadmonero-93f473e9f8c0cd33bd1207a529e4679514e82b25.tar.xz
Merge pull request #4397
a4065bf2 Fixes Dockerfile build problem #4396 (OPSXCQ)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 96526e450..c518b5d03 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -128,8 +128,7 @@ RUN set -ex && \
apt-get --no-install-recommends --yes install ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt
-
-COPY --from=builder /src/build/release/bin/* /usr/local/bin/
+COPY --from=builder /src/build/Linux/master/release/* /usr/local/bin/
# Contains the blockchain
VOLUME /root/.bitmonero