diff options
author | OPSXCQ <opsxcq@strm.sh> | 2018-09-17 14:36:33 +0000 |
---|---|---|
committer | OPSXCQ <opsxcq@strm.sh> | 2018-09-17 14:36:33 +0000 |
commit | a4065bf267faf3d1c802c94b95e921732e6c2a9b (patch) | |
tree | a29353ccec380c291d64fc4fdd1f527218171171 | |
parent | Merge pull request #4381 (diff) | |
download | monero-a4065bf267faf3d1c802c94b95e921732e6c2a9b.tar.xz |
Fixes Dockerfile build problem #4396
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 5fde5a477..4ff760a56 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 |