fix build validation
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-05 22:57:51 +02:00
parent ab41e3fdfe
commit 606e7eb459
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -16,6 +16,8 @@ ENV WEBVAULT_VERSION="${WEBVAULT_VERSION:-v2024.6.2}"
# renovate: datasource=github-releases depName=dani-garcia/vaultwarden
ENV VAULTWARDEN_VERSION="${VAULTWARDEN_VERSION:-1.32.1}"
ENV DATA_FOLDER=/tmp
WORKDIR /src
RUN apt-get update && apt-get install -y --no-install-recommends && \