Skip to content

Commit 030e2bd

Browse files
committed
NO-ISSUE: adding openssh package to recert image in order to generate ssh keys in IBI process
1 parent 9719b3c commit 030e2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ RUN cargo build --release --bin recert
2424
FROM docker.io/library/debian:bookworm AS runtime
2525
WORKDIR app
2626
RUN apt-get update
27-
RUN apt-get install -y openssl
27+
RUN apt-get install -y openssl openssh-client
2828
COPY --from=builder /app/target/release/recert /usr/local/bin
2929
ENTRYPOINT ["/usr/local/bin/recert"]

0 commit comments

Comments
 (0)