Skip to content

Commit

Permalink
add libssl3 to order service
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Jan 2, 2024
1 parent b757584 commit f0e41e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust-containers-k8s/order-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ RUN cargo build --release
####################################################################################################
FROM debian:bookworm-slim

RUN apt-get update && apt-get install libssl3 ca-certificates -y && rm -rf /var/lib/apt/lists/*
RUN update-ca-certificates

# Import from builder.
COPY --from=builder /etc/passwd /etc/passwd
COPY --from=builder /etc/group /etc/group
Expand Down

0 comments on commit f0e41e2

Please sign in to comment.