diff options
author | rebortg <github@ghlr.de> | 2022-01-24 21:17:24 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2022-01-24 21:17:24 +0100 |
commit | ca70a6d267fd20d852cef45eb089a61f63bb139c (patch) | |
tree | 8d4cefc627005162087c580595322bc09338c240 /docker | |
parent | 3b32e15fe49e2992a76210f048e257cecd9c1141 (diff) | |
download | vyos-documentation-ca70a6d267fd20d852cef45eb089a61f63bb139c.tar.gz vyos-documentation-ca70a6d267fd20d852cef45eb089a61f63bb139c.zip |
add md support to Dockerfile
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 903a8e83..9b31f49f 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -34,6 +34,7 @@ RUN pip3 install sphinx-rtd-theme RUN pip3 install sphinx-autobuild RUN pip3 install sphinx-notfound-page RUN pip3 install lxml +RUN pip3 install myst-parser # Cleanup |