# syntax=docker/dockerfile:1.4 FROM --platform=$BUILDPLATFORM php:8.0.9-apache as builder CMD ["apache2-foreground"] FROM builder as dev-envs RUN <