|
|
@ -2,10 +2,10 @@ ARG ARCH=""
|
|
|
|
ARG QEMU=other
|
|
|
|
ARG QEMU=other
|
|
|
|
|
|
|
|
|
|
|
|
# NOTE: only add file if building for arm
|
|
|
|
# NOTE: only add file if building for arm
|
|
|
|
FROM ${ARCH}php:7.3-apache as build_arm
|
|
|
|
FROM ${ARCH}php:7.4-apache as build_arm
|
|
|
|
ONBUILD COPY --from=balenalib/rpi-alpine:3.10 /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
|
|
|
|
ONBUILD COPY --from=balenalib/rpi-alpine:3.10 /usr/bin/qemu-arm-static /usr/bin/qemu-arm-static
|
|
|
|
|
|
|
|
|
|
|
|
FROM ${ARCH}php:7.3-apache as build_other
|
|
|
|
FROM ${ARCH}php:7.4-apache as build_other
|
|
|
|
|
|
|
|
|
|
|
|
FROM build_${QEMU}
|
|
|
|
FROM build_${QEMU}
|
|
|
|
#Shared layer between rainloop and roundcube
|
|
|
|
#Shared layer between rainloop and roundcube
|
|
|
|