From f8bf319469b7be11e28f199324bcd44063884602 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 2 Sep 2023 07:26:49 +0200 Subject: [PATCH] Update Dockerfile --- bitwarden/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index 34de989d7..1708a74bc 100644 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -14,7 +14,7 @@ # 1 Build Image # ################# -ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base/amd64:5.2.2 +ARG BUILD_FROM=ghcr.io/hassio-addons/ubuntu-base/amd64:latest ARG BUILD_VERSION ARG BUILD_UPSTREAM="1.29.2" FROM "vaultwarden/server:${BUILD_UPSTREAM}" as vaultwarden @@ -26,10 +26,6 @@ COPY --from=vaultwarden /vaultwarden /opt/vaultwarden #COPY --from=vaultwarden /Rocket.toml /opt/Rocket.toml COPY --from=vaultwarden /web-vault /opt/web-vault -RUN \ - cd /usr/lib && \ - [[ ! -f libssl.so.3 ]] && ln -s libssl.so libssl.so.3 - ################## # 2 Modify Image # ##################