Skip to content
Snippets Groups Projects
Commit dc8aa1cb authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

unzip needs to survive the dev tools group uninstall

parent ef4fbaf1
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ RUN ln -sv /usr/local/bin/composer22.phar /usr/local/bin/composer
RUN yum -y group remove "Development Tools" \
--setopt=groupremove_leaf_only=1 \
--setopt=clean_requirements_on_remove=1
RUN yum -y install git patch
RUN yum -y install git patch unzip
RUN yum -y clean all
RUN rm -rf /var/cache/yum/ /tmp/* /usr/local/src/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment