diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-02-15 12:52:21 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-02-15 12:52:21 +0100 |
commit | 73f99db87889596f6be37b201eeb222bd2fde8d5 (patch) | |
tree | ad78e06ddb2f9213d0edfe5ad32aebf27c111c15 | |
parent | 7b96e8d32ff8b01a03e7c612f4d074b6733618ab (diff) |
Add docker config with add latex packs
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..9628b74 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM pandoc/latex + +RUN tlmgr update --self && \ + tlmgr install footmisc
\ No newline at end of file |