Skip to content

Commit d013dc5

Browse files
committed
Add glibc-all-langpacks to fix locale error
1 parent b013c9a commit d013dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Dockerfile-centos8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM centos:centos8
44

55
# Update and install required software
66
RUN yum -y update
7+
RUN yum -y install glibc-all-langpacks
78
RUN yum -y install epel-release
89
RUN yum -y install git curl bind-utils wget which nginx jq
910
RUN yum -y install ftp vsftpd

0 commit comments

Comments
 (0)