Browse Source

Add glibc-all-langpacks to fix locale error

temp-revert-upgrade-with-make
Tim Kimber 4 years ago
parent
commit
d013dc5f64
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/Dockerfile-centos8

+ 1
- 0
test/Dockerfile-centos8 View File

@ -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


Loading…
Cancel
Save