Dotdeb on php 5.6

This commit is contained in:
Emilien Mantel
2016-01-22 17:24:15 +01:00
parent 9b55e91711
commit 53aae314b4

View File

@@ -1,5 +1,5 @@
FROM williamyeh/ansible:debian8-onbuild FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update RUN apt-get update && ansible-galaxy install HanXHX.dotdeb
CMD ["sh", "tests/test.sh", "php-5.6"] CMD ["sh", "tests/test.sh", "php-5.6"]