mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 16:28:41 +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
|
7
.devcontainer/devcontainer.json
Normal file
7
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"build": { "dockerfile": "Dockerfile" },
|
||||
"extensions": ["james-yu.latex-workshop", "vscodevim.vim", "timonwong.shellcheck"],
|
||||
"settings": {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user