This commit is contained in:
Joseph Cheung 2023-02-23 16:04:09 +08:00
parent 6e9b668c74
commit b8557e9f99
2 changed files with 3 additions and 2 deletions

View file

@ -46,6 +46,7 @@ RUN apk add --no-cache -t build-dependencies \
uwsgi-python3 \ uwsgi-python3 \
brotli \ brotli \
rust \ rust \
cargo \
&& pip3 install --no-cache -r requirements.txt \ && pip3 install --no-cache -r requirements.txt \
&& apk del build-dependencies \ && apk del build-dependencies \
&& rm -rf /root/.cache && rm -rf /root/.cache

View file

@ -50,9 +50,9 @@
<a href="{{ donation_url }}" class="link_on_top_donate">{{ icon_big('heart-outline') }}<span>{{ _('Donate') }}</span></a> <a href="{{ donation_url }}" class="link_on_top_donate">{{ icon_big('heart-outline') }}<span>{{ _('Donate') }}</span></a>
{%- endif -%} {%- endif -%}
{%- endblock -%} --> {%- endblock -%} -->
{%- block linkto_preferences -%} <!-- {%- block linkto_preferences -%}
<a href="{{ url_for('preferences') }}" class="link_on_top_preferences">{{ icon_big('menu-outline') }}<span>{{ _('Preferences') }}</span></a> <a href="{{ url_for('preferences') }}" class="link_on_top_preferences">{{ icon_big('menu-outline') }}<span>{{ _('Preferences') }}</span></a>
{%- endblock -%} {%- endblock -%} -->
</nav> </nav>
{% block header %} {% block header %}
{% endblock %} {% endblock %}