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:
parent
7167e443ca
commit
6b5fa201aa
2 changed files with 1 additions and 7 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue