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 6bf5819 commit 9e27403Copy full SHA for 9e27403
Dockerfile
@@ -88,7 +88,7 @@ RUN echo "Building tags/${NODE_VERSION}..." \
88
&& cp -p dist-newstyle/build/$(uname -m)-linux/ghc-$GHC_VERSION/cardano-cli-${NODE_VERSION}/x/cardano-cli/build/cardano-cli/cardano-cli /root/.local/bin/ \
89
&& rm -rf /root/.cabal/packages \
90
&& rm -rf /usr/local/lib/ghc-8.10.7/ /usr/local/share/doc/ghc-8.10.7/ \
91
- && rm -rf /cardano-node/dist-newstyle/ \
+ && rm -rf /code/cardano-node/dist-newstyle/ \
92
&& rm -rf /root/.cabal/store/ghc-8.10.7
93
94
FROM debian:stable-slim as cardano-node
0 commit comments