diff --git a/Dockerfile b/Dockerfile index 577f08f2f..a5f4931f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,7 @@ ARG SQLX_OFFLINE=true RUN cargo build --release -FROM bitnami/minideb:latest -RUN install_packages openssl ca-certificates +FROM debian:bullseye-slim COPY --from=build /usr/src/labrinth/target/release/labrinth /labrinth/labrinth COPY --from=build /usr/src/labrinth/migrations/* /labrinth/migrations/ COPY --from=build /wait /wait