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 2baf6c7 commit e19b594Copy full SHA for e19b594
Dockerfile
@@ -23,7 +23,7 @@ RUN echo "Building tags/${NODE_VERSION}..." \
23
&& rm -rf /code/cardano-node/dist-newstyle/ \
24
&& rm -rf /root/.cabal/store/ghc-${GHC_VERSION}
25
26
-FROM debian:stable-slim as cardano-node
+FROM debian:bookworm-slim as cardano-node
27
ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
28
ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
29
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
@@ -47,6 +47,7 @@ RUN apt-get update -y && \
47
libssl3 \
48
libtinfo6 \
49
llvm-14-runtime \
50
+ netbase \
51
pkg-config \
52
procps \
53
zlib1g && \
0 commit comments