We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a414e4a commit a2addaaCopy full SHA for a2addaa
docker/Dockerfile
@@ -33,9 +33,12 @@ COPY --from=builder /app/LICENSE /licenses/LICENSE
33
RUN dnf install -y jq
34
35
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
38
RUN yum update -y \
39
&& yum remove -y nodejs npm \
40
&& gem install bundler \
41
+ && gem uninstall -i /usr/share/gems bundler \
42
&& gem unpack /tmp/*.gem --target gem \
43
&& bundle install \
44
&& yum groupremove -y "Development Tools" \
0 commit comments