Skip to content

docker image for ubuntu 18.04 with postgres installed

Notifications You must be signed in to change notification settings

murvudd/postgres-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

postgres-client

docker image for ubuntu 18.04 with postgres installed

dockerfile

FROM ubuntu:18.04 RUN apt update && apt upgrade -y && apt install postgresql-client-10 -y

github docker-hub

About

docker image for ubuntu 18.04 with postgres installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published