Files
rskio/Dockerfile
2024-05-29 07:51:32 +00:00

9 lines
198 B
Docker

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