ClickHouse/docker/test/integration/mysql_php_client/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
264 B
Docker
Raw Normal View History

2021-09-06 11:33:39 +00:00
# docker build -t clickhouse/mysql-php-client .
# MySQL PHP client docker container
2022-04-22 15:54:34 +00:00
FROM php:8.0.18-cli
2019-07-21 12:09:41 +00:00
COPY ./client.crt client.crt
COPY ./client.key client.key
COPY ./test.php test.php
COPY ./test_ssl.php test_ssl.php
2019-07-21 12:09:41 +00:00
RUN docker-php-ext-install pdo pdo_mysql