This repository was archived by the owner on Sep 26, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,16 @@ COPY --from=builder /app/LICENSE /licenses/LICENSE
3333RUN dnf install -y jq
3434
3535COPY --from=builder /app/docker/Gemfile* ./
36+ RUN gem update date cgi
37+ RUN rm -f /usr/share/gems/specifications/default/cgi-0.1.0.gemspec /usr/share/gems/specifications/default/date-3.0.0.gemspec
3638RUN yum update -y \
3739 && yum remove -y nodejs npm \
3840 && gem install bundler \
41+ && gem uninstall -i /usr/share/gems bundler \
3942 && gem unpack /tmp/*.gem --target gem \
4043 && bundle install \
44+ && bundle update i18n \
45+ && gem uninstall -i /usr/share/gems i18n --version 1.8.11 \
4146 && rpm -e --nodeps python3-pip-wheel python3-urllib3-* python3-requests-* python3-libxml2-* python3-dmidecode-* subscription-manager-* libwebp-* libwebp-devel-* glib2-* libjpeg-turbo-devel-* libjpeg-turbo-* mariadb-connector-c-config-* mariadb-connector-c-* mariadb-connector-c-devel-* rsync-* sqlite-libs-* sqlite-devel-* sqlite-* libxml2-* libxml2-devel-* libX11-* libX11-common-* libX11-devel-* libX11-xcb-* nettle-* libsolv-* file-libs-* dbus-daemon-* tar-* qt5-srpm-macros-* perl-parent-* git-* bsdtar-* openssh-clients-* json-c-* binutils-* libtiff-devel-* libtiff-* || true
4247
4348RUN groupadd -r $FLUENT_USER && \
You can’t perform that action at this time.
0 commit comments