diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-21 20:45:48 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-21 20:45:48 +0200 |
commit | 93f473e9f8c0cd33bd1207a529e4679514e82b25 (patch) | |
tree | 47f7507e86fea0104b5ffee0e70a261eb4504666 /Dockerfile | |
parent | Merge pull request #4395 (diff) | |
parent | Fixes Dockerfile build problem #4396 (diff) | |
download | monero-93f473e9f8c0cd33bd1207a529e4679514e82b25.tar.xz |
Merge pull request #4397
a4065bf2 Fixes Dockerfile build problem #4396 (OPSXCQ)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
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 |