mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Install postgresql client properly
This commit is contained in:
parent
3420cf9142
commit
c43c157d2c
@ -29,8 +29,7 @@ RUN apt-get update -y \
|
|||||||
unixodbc \
|
unixodbc \
|
||||||
wget \
|
wget \
|
||||||
mysql-client=5.7* \
|
mysql-client=5.7* \
|
||||||
postgresql \
|
postgresql-client
|
||||||
postgresql-contrib
|
|
||||||
|
|
||||||
RUN pip3 install numpy scipy pandas
|
RUN pip3 install numpy scipy pandas
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user