summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Catteau <fcatteau@gitlab.com>2018-06-21 20:48:34 +0000
committerFabien Catteau <fcatteau@gitlab.com>2018-06-21 20:48:34 +0000
commitc037aca51f0b114b98e65c7d974a56cee948f094 (patch)
tree84e82b59b8f47a02c2f6932869907c0e6d0add47
parentd700e6cebe2556a0280df556c64838cea804a4c9 (diff)
parentbe52110711d5fd5f15a4d70b74e20144bc3aab23 (diff)
Merge branch 'fix-add-realpath' into 'master'
Install realpath package Closes #2 See merge request gitlab-org/security-products/license-management!5
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 9ff5519..b6b1e80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,8 +3,8 @@ MAINTAINER GitLab
RUN npm install npm-install-peers cheerio
-# Don't let Rubygem fail with the numerous projects using PG or MySQL
-RUN apt-get update && apt-get install -y libpq-dev libmysqlclient-dev && rm -rf /var/lib/apt/lists/*
+# 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