Merge pull request #136 from hangrymuppet/patch-1
Add libpq5 to docker image
This commit is contained in:
		
						commit
						d89530d5b8
					
				| 
						 | 
					@ -60,7 +60,7 @@ RUN set -x && \
 | 
				
			||||||
  apt-get update && \
 | 
					  apt-get update && \
 | 
				
			||||||
  # Install required distro packages
 | 
					  # Install required distro packages
 | 
				
			||||||
  apt-get -y install nginx-light && \
 | 
					  apt-get -y install nginx-light && \
 | 
				
			||||||
  apt-get -y --no-install-recommends install python3 python3-setuptools python3-pip python3-dev gcc make default-libmysqlclient-dev libmariadb3 postgresql-common libpq-dev && \
 | 
					  apt-get -y --no-install-recommends install python3 python3-setuptools python3-pip python3-dev gcc make default-libmysqlclient-dev libmariadb3 postgresql-common libpq-dev libpq5 && \
 | 
				
			||||||
  # Install pipenv
 | 
					  # Install pipenv
 | 
				
			||||||
  pip3 --disable-pip-version-check install pipenv && \
 | 
					  pip3 --disable-pip-version-check install pipenv && \
 | 
				
			||||||
  # Create a 'app' user which the application will run as
 | 
					  # Create a 'app' user which the application will run as
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue