Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Revert Fix on openjdk has it has become upstream
Browse files Browse the repository at this point in the history
- This MR has been accepted docker-library/official-images#6028;
- which resolves this problem docker-library/openjdk#331 (comment);

Signed-off-by: sebastien allamand <sebastien.allamand@orange.com>
  • Loading branch information
sebastien allamand committed Jun 6, 2019
1 parent 93763b6 commit b63086d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ ENV \
COPY files /

RUN set -ex; \
\
# this is temporary waiting for this MR to be accepted https://github.com/docker-library/official-images/pull/6028;
# https://github.com/docker-library/openjdk/issues/331#issuecomment-498834472;
find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; \
ldconfig; \
\
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections; \
export CASSANDRA_VERSION=${CASSANDRA_VERSION:-$CASSANDRA_RELEASE}; \
export CASSANDRA_HOME=/usr/local/apache-cassandra-${CASSANDRA_VERSION}; \
Expand Down

0 comments on commit b63086d

Please sign in to comment.