fixing build steps

master
lza_menace 2 years ago
parent 33239b653f
commit 271f006361

@ -13,15 +13,3 @@ RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.11.0
RUN make -j4
RUN cp /opt/wownero/build/Linux/_no_branch_/release/bin/* /bin/
# FROM ubuntu:21.04
# 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/_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
RUN whoami
Loading…
Cancel
Save