Skip to content

Commit

Permalink
Merge pull request #4397
Browse files Browse the repository at this point in the history
a4065bf Fixes Dockerfile build problem #4396 (OPSXCQ)
  • Loading branch information
fluffypony committed Sep 21, 2018
2 parents aa1d321 + a4065bf commit 93f473e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93f473e

Please sign in to comment.