File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,5 +73,5 @@ maxClientCnxns=80' > /opt/zookeeper/conf/zoo.cfg && \
7373ENV TZ=Etc/UTC
7474RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
7575
76- COPY --from=altinityinfra /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
76+ COPY --from=clickhouse /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
7777ENV PATH="/opt/gdb/bin:${PATH}"
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ COPY modprobe.sh /usr/local/bin/modprobe
8686COPY dockerd-entrypoint.sh /usr/local/bin/
8787COPY misc/ /misc/
8888
89- COPY --from=altinityinfra /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
89+ COPY --from=clickhouse /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
9090ENV PATH="/opt/gdb/bin:${PATH}"
9191
9292# Same options as in test/base/Dockerfile
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN pip3 --no-cache-dir install -r requirements.txt
4141
4242COPY run.sh /
4343
44- COPY --from=altinityinfra /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
44+ COPY --from=clickhouse /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
4545ENV PATH="/opt/gdb/bin:${PATH}"
4646
4747CMD ["bash" , "/run.sh" ]
Original file line number Diff line number Diff line change @@ -58,5 +58,5 @@ RUN apt-get update \
5858
5959COPY process_functional_tests_result.py /
6060
61- COPY --from=altinityinfra /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
61+ COPY --from=clickhouse /cctools:0d6b90a7a490 /opt/gdb /opt/gdb
6262ENV PATH="/opt/gdb/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments