You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/06/21 20:33:04 UTC

[datasketches-postgresql] branch master updated: trying suggested fix

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-postgresql.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f54453  trying suggested fix
2f54453 is described below

commit 2f54453d679852ef2c193b008e267172a965f164
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Tue Jun 21 13:32:51 2022 -0700

    trying suggested fix
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b6803ff..08de360 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -49,7 +49,7 @@ RUN echo "===> Adding prerequisites..."                      && \
                 ca-certificates                                 \
                 build-essential wget unzip                      \
                 libboost-all-dev                                \
-                postgresql-server-dev-$PG_MAJOR=$PG_MINOR       \
+                postgresql-server-dev-$PG_MAJOR                 \
                 libpq-dev=$PG_MINOR                          && \
     \
     \                


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org