mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix build tests Dockerfiles
This commit is contained in:
parent
c18c1c3a0c
commit
2dfdfa6720
@ -50,6 +50,8 @@ RUN apt-get update \
|
||||
rename \
|
||||
software-properties-common \
|
||||
tzdata \
|
||||
rustc \
|
||||
cargo \
|
||||
--yes --no-install-recommends \
|
||||
&& apt-get clean
|
||||
|
||||
|
@ -56,6 +56,8 @@ RUN apt-get update \
|
||||
pixz \
|
||||
pkg-config \
|
||||
tzdata \
|
||||
rustc \
|
||||
cargo \
|
||||
--yes --no-install-recommends
|
||||
|
||||
# NOTE: Seems like gcc-11 is too new for ubuntu20 repository
|
||||
|
Loading…
Reference in New Issue
Block a user