We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c73551 commit a868513Copy full SHA for a868513
Dockerfile
@@ -46,7 +46,7 @@ RUN TARGETARCH=${TARGETARCH} \
46
FROM debian:bookworm-slim AS runner
47
ARG TARGETARCH
48
49
-RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates libzstd1 libgmp10 tini && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y ca-certificates libzstd1 libgmp10 tini curl && rm -rf /var/lib/apt/lists/*
50
RUN groupadd --gid 1000 pathfinder && useradd --no-log-init --uid 1000 --gid pathfinder --no-create-home pathfinder
51
52
COPY --from=rust-builder /usr/src/pathfinder/pathfinder-${TARGETARCH} /usr/local/bin/pathfinder
0 commit comments