Update pgdg url for centos dockerfiles

* Also update ubuntu i386 image repo
This commit is contained in:
steve-chavez
2019-06-26 18:14:36 -05:00
committed by Steve Chávez
parent 2c3bc2d75e
commit 367ad8ea43
4 changed files with 12 additions and 7 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
FROM 32bit/ubuntu:16.04
FROM i386/ubuntu:16.04
## TODO pin the stack version
RUN BUILD_DEPS="curl ca-certificates build-essential" && \
apt-get -qq update && \