fix: please...
Build and Deploy / build-docker (push) Successful in 5m9s
Details
Build and Deploy / build-docker (push) Successful in 5m9s
Details
This commit is contained in:
parent
2445d3462e
commit
c873883b59
|
@ -27,7 +27,7 @@ RUN SQLX_OFFLINE=true cargo build --release
|
|||
|
||||
FROM debian:bullseye-slim
|
||||
|
||||
RUN apt-get update; apt-get install -y libssl3; rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update; apt-get install -y openssl
|
||||
|
||||
COPY --from=build /nerdcult_api/target/release/nerdcult_api /bin/nerdcult_api
|
||||
|
||||
|
|
Loading…
Reference in New Issue