[damned-lies] chore: drop the wget dependency from production container



commit fdf5eb70348247ec542610454d548ce333fc1fc8
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon May 9 15:14:37 2022 +0200

    chore: drop the wget dependency from production container

 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 5e7ab086..1bd4adc5 100755
--- a/containers/build_buildah_runtime.sh
+++ b/containers/build_buildah_runtime.sh
@@ -22,7 +22,7 @@ declare -r HTTPD_PACKAGES="httpd mod_wsgi"
 declare -r INTERNATIONALISATION_TOOLS="gettext intltool itstool libicu-devel enchant yelp-tools"
 declare -r VCS="git subversion"
 declare -r BUILD_UTILITIES="automake autoconf make glibc-langpack-en"
-declare -r SYSTEM_TOOLS="which wget diffutils mariadb-devel"
+declare -r SYSTEM_TOOLS="which diffutils mariadb-devel"
 declare -r UNKNOWN_PURPOSE_PACKAGES="atlas-devel gcc-c++ gcc-gfortran libffi-devel libtool-ltdl python-devel 
httpd-devel"
 declare -r PACKAGES_TO_INSTALL="${PYTHON_PACKAGES} ${HTTPD_PACKAGES} ${INTERNATIONALISATION_TOOLS} ${VCS} 
${BUILD_UTILITIES} ${SYSTEM_TOOLS}"
 


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