diff options
| author | mo khan <mo@mokhan.ca> | 2016-06-11 11:13:07 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-06-11 11:13:07 -0600 |
| commit | 2c60c732a40e3384bebb706c1cfed2d4ddf35018 (patch) | |
| tree | f296fc8fd3c2cbba3f5e89265c33895c02a41571 /Dockerfile | |
| parent | 1e3293e79cf4799fba056239eccdde92f54f0b0e (diff) | |
add graphviz for rails-erd.
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ RUN apt-get install -y nodejs RUN npm install npm -g RUN npm install phantomjs-prebuilt -g RUN apt-get install -y postgresql-client +RUN apt-get install -y graphviz RUN mkdir -p /app WORKDIR /app |
