From 271f0063616009b5ac861ec6f2c1d43f70c9d939 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Mon, 1 May 2023 14:24:06 -0700 Subject: [PATCH] fixing build steps --- dockerfiles/wownerod_compile_simple | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/dockerfiles/wownerod_compile_simple b/dockerfiles/wownerod_compile_simple index 584830e..57732ad 100644 --- a/dockerfiles/wownerod_compile_simple +++ b/dockerfiles/wownerod_compile_simple @@ -12,16 +12,4 @@ 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 \ No newline at end of file +RUN cp /opt/wownero/build/Linux/_no_branch_/release/bin/* /bin/ \ No newline at end of file