From 8f9612e5ecd7144f722acb6b27013fa254b120d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20Feij=C3=B3?= Date: Mon, 4 Jul 2022 07:32:07 -0300 Subject: [PATCH] using postgres:12.10-alpine base image, and adding bash --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee9c3d0..5def448 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ -FROM postgres:9.6 +FROM postgres:12.10-alpine +RUN apk add --no-cache bash COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/