Last active
November 14, 2018 09:20
-
-
Save ghusta/40e6045dc06b249f9cb8880ef378e4b1 to your computer and use it in GitHub Desktop.
Docker image Postgres with vi(m)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM postgres:latest | |
RUN apt-get update && \ | |
apt-get install -y vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To build with a corporate proxy :