Skip to content
Snippets Groups Projects
Commit b00472b6 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

missed a php depenedency in dockerfile

parent a314f2ca
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ RUN /bin/bash -l -c "\curl -sSL https://get.rvm.io | bash -s stable" ...@@ -55,7 +55,7 @@ RUN /bin/bash -l -c "\curl -sSL https://get.rvm.io | bash -s stable"
RUN /bin/bash -l -c "rvm install ruby-2.1" RUN /bin/bash -l -c "rvm install ruby-2.1"
# PHP dependency # PHP dependency
RUN apt-get update && apt-get install -y php5 php5-dev phpunit unzip RUN apt-get update && apt-get install -y php5 php5-dev php-pear phpunit unzip
RUN /bin/bash -l -c "echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:\$PATH' >> ~/.bashrc" RUN /bin/bash -l -c "echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:\$PATH' >> ~/.bashrc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment