This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/master by this push:
new 5364a2a4 Add installcheck to Dockerfile (#1098)
5364a2a4 is described below
commit 5364a2a4af1e194c5c7234ec0f90e1522166f3a1
Author: John Gemignani <[email protected]>
AuthorDate: Tue Jul 25 16:46:59 2023 -0700
Add installcheck to Dockerfile (#1098)
Added the installcheck to the Dockerfile for debugging.
---
docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c30d6931..431cede7 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -26,7 +26,7 @@ RUN apt-get install --assume-yes --no-install-recommends
--no-install-suggests \
postgresql-server-dev-14
COPY . /age
-RUN cd /age && make install
+RUN cd /age && make install && make installcheck
COPY docker/docker-entrypoint-initdb.d/00-create-extension-age.sql
/docker-entrypoint-initdb.d/00-create-extension-age.sql