Skip to content

Commit

Permalink
Merge pull request #186 from mendix/DES-5672_fix-rest-handlers-error
Browse files Browse the repository at this point in the history
DES-5672 Added the binutils package.
  • Loading branch information
zlogic authored Nov 13, 2023
2 parents f67107e + 7981329 commit ed51abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs-app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV LC_ALL C.UTF-8
# install dependencies & remove package lists
RUN microdnf update -y && \
microdnf module enable nginx:1.20 -y && \
microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig && \
microdnf install -y glibc-langpack-en python311 openssl nginx nginx-mod-stream java-11-openjdk-headless tzdata-java fontconfig binutils && \
microdnf clean all && rm -rf /var/cache/yum

# Set nginx permissions
Expand Down
2 changes: 1 addition & 1 deletion rootfs-builder.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --chown=0:0 scripts/mono/mono-centos8-stable.repo /etc/yum.repos.d/mono-cen
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 python311 openssl tar gzip unzip libpq nginx nginx-mod-stream binutils fontconfig findutils && \
microdnf install -y wget curl glibc-langpack-en python311 openssl tar gzip unzip libpq nginx nginx-mod-stream binutils fontconfig findutils binutils && \
microdnf clean all && rm -rf /var/cache/yum

# Install RHEL alternatives to CF Buildpack dependencies
Expand Down

0 comments on commit ed51abd

Please sign in to comment.