mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-06 00:38:39 +00:00
Initial commit of new flow
This commit is contained in:
9
.devcontainer/Dockerfile
Normal file
9
.devcontainer/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM pandoc/latex:2.14.0.1
|
||||
|
||||
RUN apk add --no-cache git=2.26.3-r0 texlive=20190410-r13 && \
|
||||
tlmgr update --self && \
|
||||
tlmgr install tikz-cd && \
|
||||
tlmgr install mdframed && \
|
||||
# Dependencies of mdframed \
|
||||
tlmgr install zref && \
|
||||
tlmgr install needspace
|
Reference in New Issue
Block a user