Skip to content

Commit 7561453

Browse files
ci(docker): fix runtime deps on Debian trixie
- Replace libsecp256k1-0 with libsecp256k1-2 in runtime stage. - Keeps builder with libsecp256k1-dev; matches GitHub Actions setup.
1 parent 8fd93db commit 7561453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV HOME=/home/indexer
3434
RUN apt-get update && apt-get install -y \
3535
libpq5 \
3636
curl \
37-
libsecp256k1-0 \
37+
libsecp256k1-2 \
3838
&& rm -rf /var/lib/apt/lists/*
3939

4040
# Copy Python packages from builder

0 commit comments

Comments
 (0)