diff options
| author | mo khan <mo.khan@gmail.com> | 2020-02-18 10:43:27 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-02-18 10:43:27 -0700 |
| commit | f2c615a310e7280c018e879836ded13f28c5c22b (patch) | |
| tree | 38f21fbb2a9cabdfa0823a63453ccc6a98d7592d | |
| parent | 8b02daa94fcced8bd9cf306936fe2c17327172dc (diff) | |
AdoptOpenJDK installation step
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -3,11 +3,6 @@ ENV PATH="${PATH}:/root/.asdf/shims:/root/.asdf/bin" ENV LM_HOME=/opt/license-management ENV LM_PYTHON_VERSION 3 ENV LM_REPORT_VERSION ${LM_REPORT_VERSION:-2} -RUN cd /tmp && \ - wget --quiet --no-cookies https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.5%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.5_10.tar.gz -O jdk-11.tgz && \ - tar xf /tmp/jdk-11.tgz && \ - mv jdk-11.0.5+10 /usr/lib/jvm/adoptopen_jdk11 && \ - rm /tmp/jdk-11.tgz RUN npm install npm-install-peers # Don't let Rubygem fail with the numerous projects using PG or MySQL, |
