init commit
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:alpine
|
||||
RUN pip install --upgrade pip
|
||||
LABEL version="1.0.3" maintainer="rskntroot@gmail.com"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
make \
|
||||
py3-sphinx
|
||||
RUN pip install myst-parser pydata-sphinx-theme
|
||||
|
||||
WORKDIR /opt/sphinx
|
||||
|
||||
Reference in New Issue
Block a user