Merge pull request #4397

a4065bf2 Fixes Dockerfile build problem #4396 (OPSXCQ)
This commit is contained in:
Riccardo Spagni 2018-09-21 20:45:48 +02:00
commit 93f473e9f8
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 2 deletions

View File

@ -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