Add support for pgclient to workspace & php-fpm
This commit is contained in:
		@@ -524,6 +524,17 @@ RUN if [ ${INSTALL_TERRAFORM} = true ]; then \
 | 
			
		||||
    && rm terraform_0.10.6_linux_amd64.zip \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#####################################
 | 
			
		||||
# pgsql client
 | 
			
		||||
#####################################
 | 
			
		||||
 | 
			
		||||
ARG WORKSPACE_PG_CLIENT=false
 | 
			
		||||
RUN if [ ${WORKSPACE_PG_CLIENT} = true ]; then \
 | 
			
		||||
    # Install the pgsql clint
 | 
			
		||||
    apt-get update -yqq && \
 | 
			
		||||
    apt-get -y install postgresql-client \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
#--------------------------------------------------------------------------
 | 
			
		||||
# Final Touch
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user