We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e51df commit 68e55e5Copy full SHA for 68e55e5
1 file changed
1.7/jdk/Dockerfile
@@ -8,9 +8,6 @@ ENV PATH /opt/jruby/bin:$PATH
8
9
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
10
11
-# docker-library/java#19
12
-RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
13
-
14
ENV GEM_HOME /usr/local/bundle
15
ENV PATH $GEM_HOME/bin:$PATH
16
RUN gem install bundler \
0 commit comments