Update Dockerfile

This commit is contained in:
Alexandre
2023-09-02 07:26:49 +02:00
committed by GitHub
parent f8e43b8a9a
commit f8bf319469

View File

@@ -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 #
##################