mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 19:23:05 +00:00
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
FROM ubuntu:bionic
|
|
RUN apt update && apt install -y cmake pkg-config ruby ruby-dev llvm libclang-dev libssl-dev python-pygments
|
|
RUN gem install docurium
|