File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,7 +173,9 @@ RUN if [ "$TARGETARCH" = "amd64" ] || [ "$TARGETARCH" = "arm64" ]; then \
173173RUN composer --no-interaction require elasticsearch/elasticsearch \
174174 && composer --no-interaction show elasticsearch/elasticsearch \
175175 && composer --no-interaction require vulcanphp/simpledb \
176- && composer --no-interaction show vulcanphp/simpledb
176+ && composer --no-interaction show vulcanphp/simpledb \
177+ && composer --no-interaction require smi2/phpclickhouse \
178+ && composer --no-interaction show smi2/phpclickhouse
177179
178180# Enable CAP_NET_BIND_SERVICE
179181# RUN if [ "${USER}" != "root" ] && [ "${CAP_NET_BIND_SERVICE}" -eq 1 ]; then \
Original file line number Diff line number Diff line change @@ -192,7 +192,9 @@ RUN if [ "$TARGETARCH" = "amd64" ] || [ "$TARGETARCH" = "arm64" ]; then \
192192RUN composer --no-interaction require elasticsearch/elasticsearch \
193193 && composer --no-interaction show elasticsearch/elasticsearch \
194194 && composer --no-interaction require vulcanphp/simpledb \
195- && composer --no-interaction show vulcanphp/simpledb
195+ && composer --no-interaction show vulcanphp/simpledb \
196+ && composer --no-interaction require smi2/phpclickhouse \
197+ && composer --no-interaction show smi2/phpclickhouse
196198
197199# Enable CAP_NET_BIND_SERVICE
198200# RUN if [ "${USER}" != "root" ] && [ "${CAP_NET_BIND_SERVICE}" -eq 1 ]; then \
You can’t perform that action at this time.
0 commit comments