From d013dc5f6498d5e5d3ad537764c8c3f0a5ec21af Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Mon, 27 Sep 2021 21:53:59 +0100 Subject: [PATCH] Add glibc-all-langpacks to fix locale error --- test/Dockerfile-centos8 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Dockerfile-centos8 b/test/Dockerfile-centos8 index 552e1d96..dc6853b5 100644 --- a/test/Dockerfile-centos8 +++ b/test/Dockerfile-centos8 @@ -4,6 +4,7 @@ FROM centos:centos8 # Update and install required software RUN yum -y update +RUN yum -y install glibc-all-langpacks RUN yum -y install epel-release RUN yum -y install git curl bind-utils wget which nginx jq RUN yum -y install ftp vsftpd