Files
ansible-php/tests/debian-jessie-php-7.1.Dockerfile
Emilien Mantel 2987051153 Manages PHP 7.1
2017-03-16 18:23:39 +01:00

6 lines
96 B
Docker

FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh", "7.1"]