Skip to content

Commit

Permalink
Merge pull request #165 from xiwenc/bugfix-rootfs
Browse files Browse the repository at this point in the history
mxbuild requirs libicu and xargs provided by findutils package
  • Loading branch information
zlogic authored May 16, 2023
2 parents b7607f2 + d4ff2ba commit 08540aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs-builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV LC_ALL C.UTF-8
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&\
microdnf update -y && \
microdnf module enable nginx:1.20 -y && \
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 && \
microdnf clean all && rm -rf /var/cache/yum

# Set nginx permissions
Expand Down

0 comments on commit 08540aa

Please sign in to comment.