[Rt-commit] 03/05: Wrap RT configure options in Dockerfile

Brett Smith brett at bestpractical.com
Thu Aug 5 19:09:15 UTC 2021


This is an automated email from the git hooks/post-receive script.

brett pushed a commit to branch github-actions-tests
in repository rtir.

commit 78232db586c2f06b00cd7a3ea3806ce8c35fe733
Author: Brett Smith <brett at bestpractical.com>
AuthorDate: Thu Aug 5 11:14:42 2021 -0400

    Wrap RT configure options in Dockerfile
---
 Dockerfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 21bcfbf7..9e29d539 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,11 @@ RUN cd /usr/local/src \
   && cd rt \
   && git checkout $RT_VERSION \
   && ./configure.ac \
-    --enable-developer --enable-gd --enable-graphviz --with-db-host="$RT_TEST_DB_HOST" --with-db-rt-host="$RT_TEST_RT_HOST" \
+     --enable-developer \
+     --enable-gd \
+     --enable-graphviz \
+     --with-db-host="$RT_TEST_DB_HOST" \
+     --with-db-rt-host="$RT_TEST_RT_HOST" \
   && make install \
   && /usr/bin/perl -I/opt/rt5/local/lib -I/opt/rt5/lib sbin/rt-setup-database --action init --dba="$RT_DBA_USER" --dba-password="$RT_DBA_PASSWORD" \
   && rm -rf /usr/local/src/*

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list