Fixes Dockerfile build problem #4396
This commit is contained in:
parent
bb30a72367
commit
a4065bf267
|
@ -128,8 +128,7 @@ RUN set -ex && \
|
||||||
apt-get --no-install-recommends --yes install ca-certificates && \
|
apt-get --no-install-recommends --yes install ca-certificates && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt
|
rm -rf /var/lib/apt
|
||||||
|
COPY --from=builder /src/build/Linux/master/release/* /usr/local/bin/
|
||||||
COPY --from=builder /src/build/release/bin/* /usr/local/bin/
|
|
||||||
|
|
||||||
# Contains the blockchain
|
# Contains the blockchain
|
||||||
VOLUME /root/.bitmonero
|
VOLUME /root/.bitmonero
|
||||||
|
|
Loading…
Reference in New Issue