Skip to content

Commit

Permalink
Dockerfile: re-add curl for the second time, so it can be used for do…
Browse files Browse the repository at this point in the history
…cker health checks (#912)
  • Loading branch information
schildbach authored Jul 26, 2023
1 parent fae1e61 commit 7852dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FROM debian:bookworm-slim as base
RUN apt-get update -qqy
RUN apt-get install -qqy librocksdb-dev
RUN apt-get install -qqy librocksdb-dev curl

### Electrum Rust Server ###
FROM base as electrs-build
Expand Down

0 comments on commit 7852dd3

Please sign in to comment.