Skip to content

Commit f947ee8

Browse files
authored
Merge pull request #58 from blinklabs-io/fix/network-resolution
fix: network resolution
2 parents 2baf6c7 + e19b594 commit f947ee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN echo "Building tags/${NODE_VERSION}..." \
2323
&& rm -rf /code/cardano-node/dist-newstyle/ \
2424
&& rm -rf /root/.cabal/store/ghc-${GHC_VERSION}
2525

26-
FROM debian:stable-slim as cardano-node
26+
FROM debian:bookworm-slim as cardano-node
2727
ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
2828
ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
2929
COPY --from=cardano-node-build /usr/local/lib/ /usr/local/lib/
@@ -47,6 +47,7 @@ RUN apt-get update -y && \
4747
libssl3 \
4848
libtinfo6 \
4949
llvm-14-runtime \
50+
netbase \
5051
pkg-config \
5152
procps \
5253
zlib1g && \

0 commit comments

Comments
 (0)