We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfb6f0 commit 17b889bCopy full SHA for 17b889b
Dockerfile.node
@@ -21,7 +21,6 @@ RUN cabal update \
21
&& cabal build all \
22
&& mkdir -p /root/.local/bin/ \
23
&& 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/
25
26
FROM debian:stable-slim
27
COPY --from=build /root/.local/bin/ /bin/
0 commit comments