1#================= 2# PHP7 dependencies 3 4RUN apt-get update && apt-get install -y php7.4-dev php-pear && apt-get clean 5