2021-01-04 10:26:45 +00:00
|
|
|
# This image is used in the cdist-contrib CI for linting and generating the
|
|
|
|
# documentation.
|
|
|
|
FROM fedora:latest
|
|
|
|
MAINTAINER Timothée Floure <fnux@ungleich.ch>
|
|
|
|
|
|
|
|
RUN dnf install -y git findutils make python3-sphinx python3-sphinx_rtd_theme \
|
2021-01-11 10:34:54 +00:00
|
|
|
ShellCheck openssh-clients pandoc
|