diff options
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
