Skip to content

Commit 17b889b

Browse files
authored
Update Dockerfile.node
1 parent 8bfb6f0 commit 17b889b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile.node

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ RUN cabal update \
2121
&& cabal build all \
2222
&& mkdir -p /root/.local/bin/ \
2323
&& 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/ \
24-
&& 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/
2524

2625
FROM debian:stable-slim
2726
COPY --from=build /root/.local/bin/ /bin/

0 commit comments

Comments
 (0)