1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-15 08:41:15 +00:00

Fix the Alpine build

This commit is contained in:
Jeremy Lin 2020-08-26 23:44:34 -07:00
parent 7167e443ca
commit 6b5fa201aa
2 changed files with 1 additions and 7 deletions

View file

@ -113,7 +113,7 @@ RUN apt-get update \
ENV CARGO_HOME "/root/.cargo"
ENV USER "root"
{% endif %}
{% if "amd64" in target_file %}
{% if "amd64" in target_file and "alpine" not in target_file %}
# Install DB packages
RUN apt-get update && apt-get install -y \
--no-install-recommends \