Skip to content

Commit

Permalink
updated cgi,bundler,date,i18n gems (#82)
Browse files Browse the repository at this point in the history
* updated cgi,bundler,date,i18n gems

* Update Dockerfile
  • Loading branch information
hvaghani221 authored Feb 24, 2022
1 parent 17323d0 commit 029c3e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ COPY --from=builder /app/LICENSE /licenses/LICENSE
RUN dnf install -y jq

COPY --from=builder /app/docker/Gemfile* ./
RUN gem update date cgi
RUN rm -f /usr/share/gems/specifications/default/cgi-0.1.0.gemspec /usr/share/gems/specifications/default/date-3.0.0.gemspec
RUN yum update -y \
&& yum remove -y nodejs npm \
&& gem install bundler \
&& gem uninstall -i /usr/share/gems bundler \
&& gem unpack /tmp/*.gem --target gem \
&& bundle install \
&& bundle update i18n \
&& gem uninstall -i /usr/share/gems i18n --version 1.8.11 \
&& 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

RUN groupadd -r $FLUENT_USER && \
Expand Down

0 comments on commit 029c3e9

Please sign in to comment.