diff --git a/Dockerfile b/Dockerfile index 1f43e8d..ad1a3aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ FROM debian:bookworm-slim AS runtime-base RUN apt-get update && \ apt-get install -y --no-install-recommends \ - ibjemalloc-dev \ + libjemalloc-dev \ curl \ ca-certificates \ procps \