1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-01 07:24:48 +00:00

Document database connection retries and change alpine repo for catatonit

(cherry picked from commit 88e3835050c0418c060c8e3a704894763ee33aa0)
This commit is contained in:
Daniel García 2020-10-04 14:13:31 +02:00
commit 8746d36845
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
3 changed files with 6 additions and 2 deletions

View file

@ -242,7 +242,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
{% endif %}
{% if "alpine" in target_file and "arm32v7" in target_file %}
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing catatonit
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community catatonit
{% endif %}
RUN mkdir /data

View file

@ -79,7 +79,7 @@ RUN apk add --no-cache \
openssl \
curl \
ca-certificates
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing catatonit
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community catatonit
RUN mkdir /data