mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-22 07:06:23 +01:00
Improve Jinja2 template logic a bit
This commit is contained in:
parent
1698b43f9b
commit
146525db91
1 changed files with 1 additions and 2 deletions
|
@ -86,8 +86,7 @@ RUN rustup set profile minimal
|
|||
{% if "alpine" in target_file %}
|
||||
ENV USER "root"
|
||||
|
||||
{% endif %}
|
||||
{% if "aarch64" in target_file or "armv" in target_file %}
|
||||
{% elif "aarch64" in target_file or "armv" in target_file %}
|
||||
# Install required build libs for {{ package_arch_name }} architecture.
|
||||
RUN sed 's/^deb/deb-src/' /etc/apt/sources.list > \
|
||||
/etc/apt/sources.list.d/deb-src.list \
|
||||
|
|
Loading…
Reference in a new issue