FROM php:8.4-cli

RUN apt-get update && apt-get install -y \
    wget \
    curl \
 && rm -rf /var/lib/apt/lists/*