Skip to content

Instantly share code, notes, and snippets.

@SlyDen
Created December 16, 2016 09:13
Show Gist options
  • Save SlyDen/4d383110127f4cbefca7b893117b88ba to your computer and use it in GitHub Desktop.
Save SlyDen/4d383110127f4cbefca7b893117b88ba to your computer and use it in GitHub Desktop.
FROM ubuntu:14.04
RUN apt-get update -y && \
apt-get install -y curl postgresql postgresql-client && \
rm -rf /var/lib/apt/lists/*
CMD bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment