FROM php:8.1.31-zts-alpine3.21


RUN \
  apk update && \
  apk upgrade && \
  apk add --no-cache git composer php-tokenizer npm php-gd
