mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Add curl to docker image
This commit is contained in:
parent
3d53b5f8c6
commit
6496bd423f
@ -18,7 +18,8 @@ RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install --yes -
|
||||
python-pip \
|
||||
tzdata \
|
||||
libreadline-dev \
|
||||
libicu-dev
|
||||
libicu-dev \
|
||||
curl
|
||||
|
||||
ENV TZ=Europe/Moscow
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
Loading…
Reference in New Issue
Block a user