mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-12-11 05:46:25 +08:00
curl and adduser did not make it into merge (#2303)
This commit is contained in:
parent
f9e72bbf29
commit
46b77997e0
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ RUN cargo build --manifest-path=crates/main/Cargo.toml --no-default-features --f
|
|||
FROM debian:trixie-slim AS runtime
|
||||
|
||||
COPY --from=builder /app/target/release/stalwart /usr/local/bin/stalwart
|
||||
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
|
||||
RUN curl -LO https://github.com/apple/foundationdb/releases/download/7.3.69/foundationdb-clients_7.3.69-1_amd64.deb && \
|
||||
dpkg -i foundationdb-clients_7.3.69-1_amd64.deb
|
||||
RUN useradd stalwart -s /sbin/nologin -M
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue