Added Magento Mess Detector to PHP image

This commit is contained in:
William Brawner 2016-05-20 09:48:23 -05:00
parent ef03e2b8f1
commit 511525a6a3

View file

@ -29,5 +29,7 @@ RUN apt-get install -y wget && \
# Install Accolade Magerun Tools
RUN apt-get install -y git && \
mkdir -p /usr/local/share/n98-magerun/modules && \
cd /usr/local/share/n98-magerun/modules && \
git clone https://github.com/Accolades/MagerunTools.git
git clone https://github.com/Accolades/MagerunTools.git /usr/local/share/n98-magerun/modules/MagerunTools
# Install Magento Mess Detector
RUN git clone git@github.com:AOEpeople/mpmd.git /usr/local/share/n98-magerun/modules/mpmd