|
|
@ -48,7 +48,7 @@ RUN set -euxo pipefail \
|
|
|
|
; [[ "${machine}" != x86_64 ]] && \
|
|
|
|
; [[ "${machine}" != x86_64 ]] && \
|
|
|
|
deps="${deps} cargo git libressl-dev mariadb-connector-c-dev postgresql-dev" \
|
|
|
|
deps="${deps} cargo git libressl-dev mariadb-connector-c-dev postgresql-dev" \
|
|
|
|
; apk add --virtual .build-deps ${deps} \
|
|
|
|
; apk add --virtual .build-deps ${deps} \
|
|
|
|
; [[ "${machine}" == armv7 ]] && \
|
|
|
|
; [[ "${machine}" == armv7* ]] && \
|
|
|
|
mkdir -p /root/.cargo/registry/index && \
|
|
|
|
mkdir -p /root/.cargo/registry/index && \
|
|
|
|
git clone --bare https://github.com/rust-lang/crates.io-index.git /root/.cargo/registry/index/github.com-1285ae84e5963aae \
|
|
|
|
git clone --bare https://github.com/rust-lang/crates.io-index.git /root/.cargo/registry/index/github.com-1285ae84e5963aae \
|
|
|
|
; pip install -r requirements-${MAILU_DEPS}.txt \
|
|
|
|
; pip install -r requirements-${MAILU_DEPS}.txt \
|
|
|
|