File tree 2 files changed +2
-2
lines changed
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
12
12
# install dependencies & remove package lists
13
13
RUN microdnf update -y && \
14
14
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 && \
16
16
microdnf clean all && rm -rf /var/cache/yum
17
17
18
18
# 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
29
29
RUN rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm &&\
30
30
microdnf update -y && \
31
31
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 && \
33
33
microdnf clean all && rm -rf /var/cache/yum
34
34
35
35
# Install RHEL alternatives to CF Buildpack dependencies
You can’t perform that action at this time.
0 commit comments