aboutsummaryrefslogtreecommitdiff
path: root/tex.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tex.Dockerfile (renamed from Dockerfile.tex)2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile.tex b/tex.Dockerfile
index 46a5ed9..8d04f2a 100644
--- a/Dockerfile.tex
+++ b/tex.Dockerfile
@@ -62,5 +62,3 @@ RUN nvim --headless +"Lazy! sync" +qa; rm -rf /root/.cache
RUN ln -sf /usr/bin/clangd /root/.local/share/nvim/mason/bin/clangd && ln -sf /root/.rustup/toolchains/nightly-x86_64-unknown-linux-musl/bin/rust-analyzer /root/.local/share/nvim/mason/bin/rust-analyzer
ENTRYPOINT ["/bin/bash"]
-
-# vi: ft=dockerfile