mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
Update all the container versions to force a rebuild so that they'll get tagged with latest (due to changes in the CI scripts).
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
|