FROM php:8.3-cli-alpine
RUN apk add --update --no-cache bash coreutils git make openssh patch unzip zip
