We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7607f2 + d4ff2ba commit 08540aaCopy full SHA for 08540aa
rootfs-builder.dockerfile
@@ -13,7 +13,7 @@ ENV LC_ALL C.UTF-8
13
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&\
14
microdnf update -y && \
15
microdnf module enable nginx:1.20 -y && \
16
- microdnf install -y wget curl glibc-langpack-en python3 python3-setuptools openssl libgdiplus tar gzip unzip libpq nginx nginx-mod-stream binutils fontconfig && \
+ microdnf install -y wget curl glibc-langpack-en python3 python3-setuptools openssl libgdiplus tar gzip unzip libpq nginx nginx-mod-stream binutils fontconfig libicu findutils && \
17
microdnf clean all && rm -rf /var/cache/yum
18
19
# Set nginx permissions
0 commit comments