From e265eb6a6c99499254ee959e41ca80c99a8f67ea Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 22 Oct 2019 10:40:54 -0600 Subject: Remove feature flags and temporary mappings --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1d9542b..3316698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,7 @@ RUN cd /tmp && \ tar xf /tmp/jdk-11.tgz && \ mv jdk-11.0.2+9 /usr/lib/jvm/adoptopen_jdk11 && \ rm /tmp/jdk-11.tgz - -RUN npm install npm-install-peers cheerio +RUN npm install npm-install-peers # Don't let Rubygem fail with the numerous projects using PG or MySQL, # install realpath, includes for python3, and pip for python3 @@ -46,7 +45,7 @@ ENV LM_PYTHON_VERSION $LM_PYTHON_VERSION ENV LM_REPORT_VERSION ${LM_REPORT_VERSION:-1} COPY test /test -COPY run.sh html2json.js / +COPY run.sh / COPY . /opt/license-management/ RUN bash -lc "source /rvm.sh && cd /opt/license-management && gem build *.gemspec && gem install *.gem" -- cgit v1.2.3