File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Blink Labs images are built from source on Debian Bookworm
2
2
FROM ghcr.io/blinklabs-io/cardano-node:latest AS cardano-node
3
3
4
- FROM ubuntu@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
5
-
6
4
USER root
7
5
# Install packages required in build stage
8
6
@@ -29,13 +27,7 @@ RUN git clone --branch main https://github.com/cardano-foundation/testnet-genera
29
27
# Download testnet-generation-tool dependencies
30
28
WORKDIR /usr/local/src/testnet-generation-tool
31
29
# dockerfile
32
- RUN uv sync
33
- # Copy binary from image
34
- COPY --from=cardano-node --chown=root:root /usr/local/bin/ ./cardano-node/bin/
35
- # Copy libsecp256k1 (also debian:bookwork-slim AKA stable-slim)
36
- COPY --from=cardano-node --chown=root:root /usr/local/lib/ /usr/lib/
37
- COPY --from=cardano-node --chown=root:root /usr/lib/ /tmp/cardano-node/local-lib/
38
- RUN cp -a --update=none /tmp/cardano-node/local-lib/. /usr/lib/
30
+ RUN uv sync && mkdir -p cardano-node && ln -sf /usr/local/bin ./cardano-node/bin
39
31
40
32
COPY configurator.sh /
41
33
RUN chmod 0755 /configurator.sh
You can’t perform that action at this time.
0 commit comments