[damned-lies] fix: add which command, required by dl



commit 6ca92b71c4b139424695b977bc0c0bdccc8da2a3
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon May 9 15:06:21 2022 +0200

    fix: add which command, required by dl

 containers/build_buildah_runtime.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/containers/build_buildah_runtime.sh b/containers/build_buildah_runtime.sh
index 87563645..f38189aa 100755
--- a/containers/build_buildah_runtime.sh
+++ b/containers/build_buildah_runtime.sh
@@ -18,7 +18,7 @@ declare -r CURRENT_VCS_REF_NAME
 set -e
 
 # TODO: remove all non necessary dependencies installed in the image. Why is a g++ compiler required?
-declare -r PACKAGES_TO_INSTALL="python python-devel python-setuptools python-pip python-lxml python 
python3-mysqlclient python3-pillow python3-pyicu mod_wsgi httpd httpd-devel mod_ldap mod_session atlas-devel 
gcc-c++ gcc-gfortran libffi-devel libtool-ltdl enchant wget git gettext gnome-doc-utils intltool itstool 
libicu-devel mariadb-devel subversion yelp-tools automake autoconf make diffutils glibc-langpack-en"
+declare -r PACKAGES_TO_INSTALL="python python-devel python-setuptools python-pip python-lxml python 
python3-mysqlclient python3-pillow python3-pyicu mod_wsgi which httpd httpd-devel mod_ldap mod_session 
atlas-devel gcc-c++ gcc-gfortran libffi-devel libtool-ltdl enchant wget git gettext gnome-doc-utils intltool 
itstool libicu-devel mariadb-devel subversion yelp-tools automake autoconf make diffutils glibc-langpack-en"
 
 container=$(buildah from fedora:${FEDORA_BASE_IMAGE})
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]