summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-02-20 09:18:17 -0700
committermo khan <mo.khan@gmail.com>2020-02-20 09:18:17 -0700
commit347e4e273807f28f60b437a69b6aafcc5ea54034 (patch)
treeab80b8d1909361df8b6666a20d9870c58dce7d16
parent49f8929f6bc1bf4958d28657fc4b47b8aac44870 (diff)
Install license management gem
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1c266a1..9d6c01a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -89,4 +89,5 @@ RUN mv /root/01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc && \
COPY --from=gem-builder /opt/license-management/*.gem $LM_HOME/
COPY test /test
COPY run.sh /
+RUN bash -lc 'gem install /opt/license-management/*.gem'
ENTRYPOINT ["/run.sh"]