Skip to content

Instantly share code, notes, and snippets.

@rabmarjan
Created November 16, 2018 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rabmarjan/73ad4b68510e6853744ee922ac011453 to your computer and use it in GitHub Desktop.
Save rabmarjan/73ad4b68510e6853744ee922ac011453 to your computer and use it in GitHub Desktop.
FROM ubuntu:latest
WORKDIR /postgres-persistent
ADD . /postgres-persistent
RUN apt-get update -y
RUN apt-get install -y apt-transport-https apt-utils
RUN apt-get install vim -y
RUN apt-get install postgresql-10 -y
EXPOSE 5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment