Skip to content

Commit

Permalink
Add ca-certififacate package
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienYt authored and ViViDboarder committed Aug 15, 2024
1 parent 7a69296 commit 74e3fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN cargo build --release
# Use most recent ubuntu LTS release
FROM ubuntu:24.04
RUN apt-get update \
&& apt-get install -y --no-install-recommends 'libssl-dev=3.*' \
&& apt-get install -y --no-install-recommends ca-certificates 'libssl-dev=3.*' \
&& rm -rf /var/cache/apt/lists
COPY --from=builder /usr/src/vaultwarden_ldap/target/release/vaultwarden_ldap /usr/local/bin/

Expand Down

0 comments on commit 74e3fdc

Please sign in to comment.