Skip to content

Commit

Permalink
Dockerfile: add a dockerfile that install docurium with its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Jan 26, 2019
1 parent d2b8ef9 commit 756893d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM debian:jessie-slim

# We need these packages to build ruby extensions, rugged and to parse the C
# code. pygments is there to highlight the code examples.
RUN apt update
RUN apt install -y cmake pkg-config ruby ruby-dev llvm libclang-3.5-dev libssl-dev python-pygments

RUN gem install docurium

0 comments on commit 756893d

Please sign in to comment.