Files
rskio/Dockerfile

9 lines
183 B
Docker

FROM python:alpine
LABEL version="1.0.3" maintainer="rskntroot@gmail.com"
RUN pip install --upgrade pip myst-parser furo
RUN apk add --no-cache py3-sphinx make
WORKDIR /opt/sphinx