[damned-lies/oscp-testing] Land the LANG we actually want httpd to use



commit 06d1014428c085e9668403ad2dd81800d66daeda
Author: Andrea Veri <averi redhat com>
Date:   Fri Sep 17 15:34:24 2021 +0200

    Land the LANG we actually want httpd to use

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 8e996df6..3f43e876 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ RUN INSTALL_PKGS="python39 python39-devel python39-setuptools python39-pip pytho
         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" && \
+        automake autoconf make diffutils glibc-langpack-en" && \
     yum update -y && \
     yum install -y epel-release && \
     yum -y --setopt=tsflags=nodocs install $INSTALL_PKGS && \


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