Update docker/Dockerfile.core
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
This commit is contained in:
parent
d3945fff7e
commit
62c423ce9c
1 changed files with 2 additions and 3 deletions
|
@ -17,15 +17,14 @@ WORKDIR /home/haveno
|
||||||
|
|
||||||
RUN set -ex && git clone https://foss.haveno.com/haveno-network/haveno-core.git
|
RUN set -ex && git clone https://foss.haveno.com/haveno-network/haveno-core.git
|
||||||
|
|
||||||
WORKDIR /home/haveno/haveno
|
WORKDIR /home/haveno/haveno-core
|
||||||
|
|
||||||
RUN git checkout master && \
|
RUN git checkout master && \
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
||||||
|
|
||||||
RUN make clean && make skip-tests
|
RUN make clean && make skip-tests
|
||||||
|
|
||||||
WORKDIR /home/haveno/haveno
|
WORKDIR /home/haveno/haveno-core
|
||||||
|
|
||||||
ENTRYPOINT [ "./haveno-seednode" ]
|
ENTRYPOINT [ "./haveno-seednode" ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue