Skip to content

Commit bfdf607

Browse files
committed
feat: Add smi2/phpclickhouse dependency installation in Dockerfiles for Alpine and Debian
1 parent 385d4fe commit bfdf607

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

alpine/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ RUN if [ "$TARGETARCH" = "amd64" ] || [ "$TARGETARCH" = "arm64" ]; then \
173173
RUN 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 \

debian/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ RUN if [ "$TARGETARCH" = "amd64" ] || [ "$TARGETARCH" = "arm64" ]; then \
192192
RUN 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 \

0 commit comments

Comments
 (0)