mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #4397
a4065bf2
Fixes Dockerfile build problem #4396 (OPSXCQ)
This commit is contained in:
commit
93f473e9f8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue