mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Committing the docker with the changes to install the ysam
This commit is contained in:
parent
6f76ecfdb5
commit
4a0202a074
@ -23,6 +23,7 @@ RUN apt-get update && \
|
||||
libc6 \
|
||||
libc6-dev \
|
||||
libc6-dev-arm64-cross \
|
||||
yasm \
|
||||
zstd && \
|
||||
apt-get clean
|
||||
|
||||
|
@ -16,6 +16,7 @@ RUN sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list
|
||||
gnupg \
|
||||
locales \
|
||||
wget \
|
||||
yasm \
|
||||
tzdata \
|
||||
&& apt-get clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user