mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 02:09:41 +00:00
6 lines
171 B
Plaintext
6 lines
171 B
Plaintext
ARG BASE=ubuntu:bionic
|
|
|
|
FROM ${BASE}
|
|
RUN apt update && apt install -y cmake pkg-config ruby ruby-dev llvm libclang-dev libssl-dev python-pygments
|
|
RUN gem install docurium
|