mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Dockerfile: re-add curl, so it can be used for docker health checks
This commit is contained in:
parent
220fc587ad
commit
ce9b19db63
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
FROM debian:bullseye-slim as base
|
||||
RUN apt-get update -qqy
|
||||
RUN apt-get install -qqy librocksdb-dev=6.11.4-3
|
||||
RUN apt-get install -qqy librocksdb-dev=6.11.4-3 curl
|
||||
|
||||
### Electrum Rust Server ###
|
||||
FROM base as electrs-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue