I have this in my dockerfile
FROM php:7.4-fpm
is there advantage of that than pulling image of ubuntu then install the php7.4 ?
Thank you in advance.
question from:https://stackoverflow.com/questions/65888822/dockerfile-pulling-php7-4-instead-installing-it