1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00
(cherry picked from commit a0558bf5c0)
This commit is contained in:
Florent Daigniere
2024-12-30 16:17:45 +01:00
committed by Mergify
parent ea8026ba00
commit 188c1f08eb

View File

@@ -53,7 +53,7 @@ ENV \
RUN set -euxo pipefail \
; machine="$(uname -m)" \
; deps="build-base gcc libffi-dev python3-dev" \
; deps="build-base gcc libffi-dev python3-dev mariadb-dev" \
; [[ "${machine}" != x86_64 ]] && \
deps="${deps} cargo git libretls-dev mariadb-connector-c-dev postgresql-dev" \
; apk add --virtual .build-deps ${deps} \