Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 029c3e9

Browse files
authored
updated cgi,bundler,date,i18n gems (#82)
* updated cgi,bundler,date,i18n gems * Update Dockerfile
1 parent 17323d0 commit 029c3e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,16 @@ COPY --from=builder /app/LICENSE /licenses/LICENSE
3333
RUN dnf install -y jq
3434

3535
COPY --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
3638
RUN 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

4348
RUN groupadd -r $FLUENT_USER && \

0 commit comments

Comments
 (0)