Skip to content

Commit d4ff2ba

Browse files
committed
mxbuild requirs libicu and xargs provided by findutils package
1 parent b7607f2 commit d4ff2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs-builder.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV LC_ALL C.UTF-8
1313
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&\
1414
microdnf update -y && \
1515
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 && \
16+
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 && \
1717
microdnf clean all && rm -rf /var/cache/yum
1818

1919
# Set nginx permissions

0 commit comments

Comments
 (0)