Skip to content

Commit

Permalink
Update Dockerfile.node
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Oct 6, 2023
1 parent 17b889b commit 92bebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN cabal update \
&& echo " flags: -external-libsodium-vrf" >> cabal.project.local \
&& cabal build all \
&& mkdir -p /root/.local/bin/ \
&& cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.7/cardano-node-*/x/cardano-node/build/cardano-node/cardano-node /root/.local/bin/ \
&& cp -p dist-newstyle/build/x86_64-linux/ghc-8.10.7/cardano-node-*/x/cardano-node/build/cardano-node/cardano-node /root/.local/bin/

FROM debian:stable-slim
COPY --from=build /root/.local/bin/ /bin/
Expand Down

0 comments on commit 92bebf2

Please sign in to comment.