We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c99de commit 3e16c89Copy full SHA for 3e16c89
1 file changed
Dockerfile
@@ -0,0 +1,7 @@
1
+FROM php:7-fpm
2
+
3
+COPY . .
4
5
+RUN docker-php-ext-install pdo_mysql
6
7
+RUN apt-get update && apt-get install -y iputils-ping && apt-get clean all
0 commit comments