diff options
| author | Philippe Lafoucrière <plafoucriere@gitlab.com> | 2019-02-09 13:11:34 +0000 |
|---|---|---|
| committer | Philippe Lafoucrière <plafoucriere@gitlab.com> | 2019-02-09 13:11:34 +0000 |
| commit | 15f73d4bf8e4b33aea45f2e4fdd8eec36af83f28 (patch) | |
| tree | 47f7078db04f3f53cf6158d59f29f3c472176b71 /Dockerfile | |
| parent | f21e2f545ea81cda9d6691d87000e247189b9dbf (diff) | |
| parent | 17f837eee765afa68af155da43a84322dcb91284 (diff) | |
Merge branch 'npm-dep-fix' into 'master'
Resolve NPM failures with certain Optional or Peer dependencies
See merge request gitlab-org/security-products/license-management!14
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,10 +6,10 @@ RUN npm install npm-install-peers cheerio # Don't let Rubygem fail with the numerous projects using PG or MySQL, install realpath RUN apt-get update && apt-get install -y libpq-dev libmysqlclient-dev realpath && rm -rf /var/lib/apt/lists/* -COPY run.sh html2json.js / -COPY test /test - # Don't load RVM automatically, it doesn't work with GitLab-CI RUN mv /etc/profile.d/rvm.sh /rvm.sh +COPY test /test +COPY run.sh html2json.js / + ENTRYPOINT ["/run.sh"] |
