Skip to content

Commit 68e55e5

Browse files
committed
Remove java8 ca hack since fix is upstream
1 parent d5e51df commit 68e55e5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

1.7/jdk/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ ENV PATH /opt/jruby/bin:$PATH
88

99
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc
1010

11-
# docker-library/java#19
12-
RUN /var/lib/dpkg/info/ca-certificates-java.postinst configure
13-
1411
ENV GEM_HOME /usr/local/bundle
1512
ENV PATH $GEM_HOME/bin:$PATH
1613
RUN gem install bundler \

0 commit comments

Comments
 (0)