Update Dockerfile

This commit is contained in:
Fabien 2024-08-15 09:50:16 +02:00 committed by Ian
parent 3f2de06341
commit 7ae5ebbb4b

View File

@ -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 ca-certificates 'libssl-dev=3.*' \
&& apt-get install -y --no-install-recommends 'ca-certificates=20240203' 'libssl-dev=3.*' \
&& rm -rf /var/cache/apt/lists
COPY --from=builder /usr/src/vaultwarden_ldap/target/release/vaultwarden_ldap /usr/local/bin/