mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
doh
This commit is contained in:
parent
adc8ef9aba
commit
a0558bf5c0
@ -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} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user