Added openSSL to container (#6)
parent
e978595eb6
commit
9db9b5be78
|
@ -10,6 +10,9 @@ RUN --mount=type=cache,target=/usr/src/app/target cargo install --path .
|
||||||
|
|
||||||
FROM debian:buster-slim
|
FROM debian:buster-slim
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
|
RUN apt update && apt install -y openssl
|
||||||
|
|
||||||
COPY --from=builder /usr/local/cargo/bin/rust-api /usr/local/bin/rust-api
|
COPY --from=builder /usr/local/cargo/bin/rust-api /usr/local/bin/rust-api
|
||||||
|
|
||||||
CMD ["rust-api"]
|
CMD ["rust-api"]
|
||||||
|
|
Loading…
Reference in New Issue