I have this Dockerfile
FROM php:7.4-apache RUN apt-get update && apt-get install -y \\ curl \\ g++ \\ git \\ libbz2-dev \\ libfreetype6-dev