mirror of
https://github.com/AdaCore/why3.git
synced 2026-02-12 12:34:55 -08:00
6 lines
128 B
Docker
6 lines
128 B
Docker
FROM python:alpine
|
|
|
|
RUN apk add --no-cache graphviz make ttf-dejavu
|
|
|
|
RUN pip install --no-cache-dir sphinx sphinxcontrib-bibtex
|