Update Docker files

This commit is contained in:
Ben Merritt 2018-02-09 19:21:56 -08:00
parent 43394f86ca
commit 315fba5855
2 changed files with 3 additions and 1 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
/.git
/.vscode

View File

@ -1,4 +1,4 @@
FROM postgres:10-beta1 FROM postgres:10
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
build-essential \ build-essential \