ClickHouse/docker/test/integration/mysql_php_client/Dockerfile
2022-04-22 18:22:14 +02:00

12 lines
264 B
Docker

# docker build -t clickhouse/mysql-php-client .
# MySQL PHP client docker container
FROM php:8.0.18-cli
COPY ./client.crt client.crt
COPY ./client.key client.key
COPY ./test.php test.php
COPY ./test_ssl.php test_ssl.php
RUN docker-php-ext-install pdo pdo_mysql