Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emamihe authored Sep 7, 2023
1 parent f201ac1 commit 516c6c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/k8s-cleaner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ RUN cargo build --release

FROM debian:buster-slim
WORKDIR /usr/local/bin
RUN apt update && \
apt install openssl -y
COPY --from=builder /usr/src/k8s-cleaner/target/release/k8s-cleaner k8s-cleaner
CMD ["./k8s-cleaner"]

0 comments on commit 516c6c9

Please sign in to comment.