2019-07-21 12:09:41 +00:00
|
|
|
FROM php:7.3-cli
|
|
|
|
|
|
|
|
COPY ./client.crt client.crt
|
|
|
|
COPY ./client.key client.key
|
|
|
|
COPY ./test.php test.php
|
2019-07-23 07:10:06 +00:00
|
|
|
COPY ./test_ssl.php test_ssl.php
|
2019-07-21 12:09:41 +00:00
|
|
|
|
|
|
|
RUN docker-php-ext-install pdo pdo_mysql
|