Fix variable issues.
Also made the variables introduced with the psql client consistent with the existing ones. Fixes #1208
This commit is contained in:
@ -65,8 +65,8 @@ RUN if [ ${INSTALL_PGSQL} = true ]; then \
|
||||
# pgsql client
|
||||
#####################################
|
||||
|
||||
ARG PHP_FPM_PG_CLIENT=true
|
||||
RUN if [ ${PHP_FPM_PG_CLIENT} = true ]; then \
|
||||
ARG INSTALL_PG_CLIENT=false
|
||||
RUN if [ ${INSTALL_PG_CLIENT} = true ]; then \
|
||||
# Install the pgsql clint
|
||||
apt-get update -yqq && \
|
||||
apt-get install -y postgresql-client \
|
||||
|
Reference in New Issue
Block a user