We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9719b3c commit 030e2bdCopy full SHA for 030e2bd
Dockerfile
@@ -24,6 +24,6 @@ RUN cargo build --release --bin recert
24
FROM docker.io/library/debian:bookworm AS runtime
25
WORKDIR app
26
RUN apt-get update
27
-RUN apt-get install -y openssl
+RUN apt-get install -y openssl openssh-client
28
COPY --from=builder /app/target/release/recert /usr/local/bin
29
ENTRYPOINT ["/usr/local/bin/recert"]
0 commit comments