yum install
DOK-W1003Version pinning forces the build to retrieve a particular version regardless of what’s in the cache. This technique can also reduce failures due to unanticipated changes between versions of dependencies.
RUN yum install -y httpd && yum clean all
RUN yum install -y httpd-2.24.2 && yum clean all