[FIX]Odoo 10 OL7 : needs binaries to be callable from PATH

This commit is contained in:
Fabien BOURGEOIS 2023-01-29 20:05:15 +01:00
parent bb58afa728
commit 69eb35e65a
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN yum -y groupinstall "Development Tools" && \
tar -zxf ./libpqxx-5.0.1-2.rhel7.x86_64.tgz && \
tar -zxf ./postgresql96-9.6.24-1PGDG.rhel7.x86_64.tgz && \
tar -zxf ./postgresql96-libs-9.6.24-1PGDG.rhel7.x86_64.tgz && \
ln -s /usr/pgsql-9.6/bin/* /usr/local/bin/ && \
yum -y install postgresql96 libpqxx && \
yum -y install liberation-fonts && \
yum clean all