Skip to content

Commit

Permalink
adding graphviz so we can use scala reftree
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseGuillaume committed Apr 20, 2017
1 parent 06c79a7 commit 85de620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,5 @@ RUN apk update && apk add --no-cache fontconfig && \
cd /usr/share \
&& curl -L https://github.com/Overbryd/docker-phantomjs-alpine/releases/download/2.11/phantomjs-alpine-x86_64.tar.bz2 | tar xj \
&& ln -s /usr/share/phantomjs/phantomjs /usr/bin/phantomjs

RUN apk add --update graphviz
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```bash
docker build -t scalacenter/scastie-docker-sbt:0.0.10 .
docker build -t scalacenter/scastie-docker-sbt:0.0.11 .
docker login
docker push scalacenter/scastie-docker-sbt:0.0.10
docker push scalacenter/scastie-docker-sbt:0.0.11
```

0 comments on commit 85de620

Please sign in to comment.