summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-10-22 10:40:54 -0600
committermo khan <mo.khan@gmail.com>2019-10-22 12:20:37 -0600
commite265eb6a6c99499254ee959e41ca80c99a8f67ea (patch)
tree93c1f96a9b83154074dcefa74636e8b9ab6f03d3 /Dockerfile
parent7f175952a5a047d785b5ea72c15a10642523c62a (diff)
Remove feature flags and temporary mappings
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 2 insertions, 3 deletions
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"