Improve tests

This commit is contained in:
Andrés Montañez
2018-03-29 17:55:54 -03:00
parent 50ddf081fb
commit b5f181bb18
7 changed files with 53 additions and 6 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM ubuntu:17.10
RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y vim curl git unzip
RUN apt-get install -y php7.1-cli php-zip php7.1-curl php7.1-xml
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer
WORKDIR /home/magephp