Added Magento Mess Detector to PHP image
This commit is contained in:
parent
ef03e2b8f1
commit
511525a6a3
1 changed files with 4 additions and 2 deletions
|
@ -29,5 +29,7 @@ RUN apt-get install -y wget && \
|
||||||
# Install Accolade Magerun Tools
|
# Install Accolade Magerun Tools
|
||||||
RUN apt-get install -y git && \
|
RUN apt-get install -y git && \
|
||||||
mkdir -p /usr/local/share/n98-magerun/modules && \
|
mkdir -p /usr/local/share/n98-magerun/modules && \
|
||||||
cd /usr/local/share/n98-magerun/modules && \
|
git clone https://github.com/Accolades/MagerunTools.git /usr/local/share/n98-magerun/modules/MagerunTools
|
||||||
git clone https://github.com/Accolades/MagerunTools.git
|
|
||||||
|
# Install Magento Mess Detector
|
||||||
|
RUN git clone git@github.com:AOEpeople/mpmd.git /usr/local/share/n98-magerun/modules/mpmd
|
||||||
|
|
Loading…
Reference in a new issue