You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2022/01/15 09:04:42 UTC

svn commit: r1897083 - /openoffice/devtools/build-scripts/4.2.0/containers/linux/Dockerfile

Author: ardovm
Date: Sat Jan 15 09:04:42 2022
New Revision: 1897083

URL: http://svn.apache.org/viewvc?rev=1897083&view=rev
Log:
Add SCons to allow building the serf branch

Modified:
    openoffice/devtools/build-scripts/4.2.0/containers/linux/Dockerfile

Modified: openoffice/devtools/build-scripts/4.2.0/containers/linux/Dockerfile
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0/containers/linux/Dockerfile?rev=1897083&r1=1897082&r2=1897083&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0/containers/linux/Dockerfile (original)
+++ openoffice/devtools/build-scripts/4.2.0/containers/linux/Dockerfile Sat Jan 15 09:04:42 2022
@@ -64,3 +64,4 @@ RUN tar xvf epm-5.0.0.tar.gz
 WORKDIR epm-5.0.0
 RUN ./configure --prefix=/usr/local ; make -i install
 RUN yum install -y git autoconf
+RUN yum install -y scons