We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e72bb commit 46b7799Copy full SHA for 46b7799
resources/docker/Dockerfile.fdb
@@ -42,7 +42,7 @@ RUN cargo build --manifest-path=crates/main/Cargo.toml --no-default-features --f
42
FROM debian:trixie-slim AS runtime
43
44
COPY --from=builder /app/target/release/stalwart /usr/local/bin/stalwart
45
-RUN apt-get update -y && apt-get install -yq ca-certificates
+RUN apt-get update -y && apt-get install -yq --no-install-recommends ca-certificates curl adduser
46
RUN curl -LO https://github.com/apple/foundationdb/releases/download/7.3.69/foundationdb-clients_7.3.69-1_amd64.deb && \
47
dpkg -i foundationdb-clients_7.3.69-1_amd64.deb
48
RUN useradd stalwart -s /sbin/nologin -M
0 commit comments