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 8bfb6f0 commit 17b889b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN cabal update \
&& 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-cli-*/x/cardano-cli/build/cardano-cli/cardano-cli /root/.local/bin/

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

0 comments on commit 17b889b

Please sign in to comment.