mirror of
https://git.proxmox.com/git/libgit2
synced 2025-07-25 08:33:38 +00:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
FROM debian:jessie-slim
|
|
ARG CACHEBUST=1
|
|
RUN apt-get update
|
|
RUN apt install -y cmake pkg-config ruby ruby-dev llvm libclang-3.5-dev libssl-dev python-pygments
|
|
ARG CACHEBUST=1
|
|
RUN gem install docurium
|