mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
8 lines
143 B
Docker
8 lines
143 B
Docker
FROM php:7.3-cli
|
|
|
|
COPY ./client.crt client.crt
|
|
COPY ./client.key client.key
|
|
COPY ./test.php test.php
|
|
|
|
RUN docker-php-ext-install pdo pdo_mysql
|