Skip to content

Commit a2addaa

Browse files
authored
updated cgi,bundler,date gems (#219)
1 parent a414e4a commit a2addaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ 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 \
4144
&& yum groupremove -y "Development Tools" \

0 commit comments

Comments
 (0)