mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
specify tag/release to clone and compile in dockerfile, bump to latest release
This commit is contained in:
parent
d8ad5b7094
commit
81e6913c3e
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
|
|||
build-essential cmake pkg-config libboost-all-dev \
|
||||
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
|
||||
|
||||
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 .
|
||||
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.0.2 .
|
||||
|
||||
RUN make -j2
|
||||
|
||||
|
@ -18,6 +18,6 @@ WORKDIR /data
|
|||
|
||||
# Copy static executables and libs from initial container
|
||||
COPY --from=og /usr/lib/x86_64-linux-gnu/ /usr/lib/x86_64-linux-gnu/
|
||||
COPY --from=og /opt/wownero/build/Linux/master/release/bin/wownerod /bin/wownerod
|
||||
COPY --from=og /opt/wownero/build/Linux/master/release/bin/wownero-wallet-cli /bin/wownero-wallet-cli
|
||||
COPY --from=og /opt/wownero/build/Linux/master/release/bin/wownero-wallet-rpc /bin/wownero-wallet-rpc
|
||||
COPY --from=og /opt/wownero/build/Linux/_no_branch_/release/bin/wownerod /bin/wownerod
|
||||
COPY --from=og /opt/wownero/build/Linux/_no_branch_/release/bin/wownero-wallet-cli /bin/wownero-wallet-cli
|
||||
COPY --from=og /opt/wownero/build/Linux/_no_branch_/release/bin/wownero-wallet-rpc /bin/wownero-wallet-rpc
|
||||
|
|
|
@ -47,7 +47,7 @@ services:
|
|||
ports:
|
||||
- 127.0.0.1:8080:8080
|
||||
wownerod:
|
||||
image: lalanza808/wownero:v0.9.0.1
|
||||
image: lalanza808/wownero:v0.9.0.2
|
||||
volumes:
|
||||
- ~/data/daemon:/data
|
||||
command:
|
||||
|
|
Loading…
Reference in a new issue