We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b8ef9 commit 756893dCopy full SHA for 756893d
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM debian:jessie-slim
2
+
3
+# We need these packages to build ruby extensions, rugged and to parse the C
4
+# code. pygments is there to highlight the code examples.
5
+RUN apt update
6
+RUN apt install -y cmake pkg-config ruby ruby-dev llvm libclang-3.5-dev libssl-dev python-pygments
7
8
+RUN gem install docurium
0 commit comments