FROM composer:2.9.2 ENV COMPOSERUSER=laravel ENV COMPOSERGROUP=laravel RUN adduser -g ${COMPOSERGROUP} -s /bin/sh -D ${COMPOSERUSER}