Install postgresql client properly

This commit is contained in:
kssenii 2021-04-07 15:30:44 +00:00
parent 3420cf9142
commit c43c157d2c

View File

@ -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