Skip to content

Commit 46b7799

Browse files
authored
curl and adduser did not make it into merge (#2303)
1 parent f9e72bb commit 46b7799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docker/Dockerfile.fdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN cargo build --manifest-path=crates/main/Cargo.toml --no-default-features --f
4242
FROM debian:trixie-slim AS runtime
4343

4444
COPY --from=builder /app/target/release/stalwart /usr/local/bin/stalwart
45-
RUN apt-get update -y && apt-get install -yq ca-certificates
45+
RUN apt-get update -y && apt-get install -yq --no-install-recommends ca-certificates curl adduser
4646
RUN curl -LO https://github.com/apple/foundationdb/releases/download/7.3.69/foundationdb-clients_7.3.69-1_amd64.deb && \
4747
dpkg -i foundationdb-clients_7.3.69-1_amd64.deb
4848
RUN useradd stalwart -s /sbin/nologin -M

0 commit comments

Comments
 (0)