File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV LC_ALL C.UTF-8
1212# install dependencies & remove package lists
1313RUN microdnf update -y && \
1414 microdnf module enable nginx:1.20 -y && \
15- microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig && \
15+ microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig binutils && \
1616 microdnf clean all && rm -rf /var/cache/yum
1717
1818# Set nginx permissions
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ COPY --chown=0:0 scripts/mono/mono-centos8-stable.repo /etc/yum.repos.d/mono-cen
2929RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&\
3030 microdnf update -y && \
3131 microdnf module enable nginx:1.20 -y && \
32- microdnf install -y wget curl glibc-langpack-en python311 openssl tar gzip unzip libpq nginx nginx-mod-stream binutils fontconfig findutils && \
32+ microdnf install -y wget curl glibc-langpack-en python311 openssl tar gzip unzip libpq nginx nginx-mod-stream binutils fontconfig findutils binutils && \
3333 microdnf clean all && rm -rf /var/cache/yum
3434
3535# Install RHEL alternatives to CF Buildpack dependencies
You can’t perform that action at this time.
0 commit comments