diff options
| author | Fabien Catteau <fcatteau@gitlab.com> | 2018-06-21 11:36:49 -0400 |
|---|---|---|
| committer | Fabien Catteau <fcatteau@gitlab.com> | 2018-06-21 12:17:47 -0400 |
| commit | be52110711d5fd5f15a4d70b74e20144bc3aab23 (patch) | |
| tree | 9172f5735e40a0221e24f497a892a4869db84e97 | |
| parent | 670a77f83573b859684a19392074267e1a1128c0 (diff) | |
Install realpath
| -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 |
