aboutsummaryrefslogtreecommitdiff
path: root/app/postgres/build
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@dufour.io>2021-07-02 14:08:22 +0200
committerQuentin Dufour <quentin@dufour.io>2021-07-02 14:08:22 +0200
commit2670c8f8f1be5d3b1f0a61b9f3f25a115e261e42 (patch)
tree5f10f8eebff286bc678588c2d4f279480ff18333 /app/postgres/build
parent0a6ffcacd209a1693677f3839d427f471f8fd639 (diff)
downloadinfrastructure-2670c8f8f1be5d3b1f0a61b9f3f25a115e261e42.tar.gz
infrastructure-2670c8f8f1be5d3b1f0a61b9f3f25a115e261e42.zip
libc is needed fos stolon
Diffstat (limited to 'app/postgres/build')
-rw-r--r--app/postgres/build/postgres/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/postgres/build/postgres/Dockerfile b/app/postgres/build/postgres/Dockerfile
index 71b24b5..e0a39a2 100644
--- a/app/postgres/build/postgres/Dockerfile
+++ b/app/postgres/build/postgres/Dockerfile
@@ -9,6 +9,6 @@ COPY 0001-Add-max-rate-to-pg_basebackup.patch .
RUN git apply 0001-Add-max-rate-to-pg_basebackup.patch
RUN make && chmod +x /stolon/bin/*
-FROM postgres:13.3-alpine
+FROM postgres:13.3-buster
COPY --from=builder /stolon/bin /usr/local/bin
-
+ENTRYPOINT ["/bin/bash"]