mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix
This commit is contained in:
parent
350546356a
commit
8d52292eb1
@ -17,8 +17,8 @@ RUN apt-get update \
|
||||
&& cat /etc/resolv.conf \
|
||||
&& cat /etc/hosts \
|
||||
&& echo "nameserver 1.1.1.1" >> /etc/resolv.conf \
|
||||
&& dig apt.llvm.org \
|
||||
&& nslookup -debug apt.llvm.org \
|
||||
&& { dig apt.llvm.org || : ; }\
|
||||
&& { nslookup -debug apt.llvm.org || : ; } \
|
||||
&& ping -c1 apt.llvm.org \
|
||||
&& wget -nv --retry-connrefused --tries=10 -O /tmp/llvm-snapshot.gpg.key https://apt.llvm.org/llvm-snapshot.gpg.key \
|
||||
&& export LLVM_PUBKEY_HASH="bda960a8da687a275a2078d43c111d66b1c6a893a3275271beedf266c1ff4a0cdecb429c7a5cccf9f486ea7aa43fd27f" \
|
||||
@ -41,8 +41,8 @@ RUN apt-get update \
|
||||
RUN cat /etc/resolv.conf \
|
||||
&& cat /etc/hosts \
|
||||
&& echo "nameserver 1.1.1.1" >> /etc/resolv.conf \
|
||||
&& dig apt.llvm.org \
|
||||
&& nslookup -debug apt.llvm.org \
|
||||
&& { dig apt.llvm.org || : ; } \
|
||||
&& { nslookup -debug apt.llvm.org || : ; } \
|
||||
&& apt-get update \
|
||||
&& apt-get install \
|
||||
bash \
|
||||
|
Loading…
Reference in New Issue
Block a user