more files; more efficiency

This commit is contained in:
2024-03-10 19:42:06 +05:30
parent 43df04930c
commit 459aa9a887
4 changed files with 21 additions and 2 deletions

3
c-toolbox Normal file
View File

@@ -0,0 +1,3 @@
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
RUN dnf install -y gcc gdb clang-tools-extra

View File

@@ -1,3 +1,3 @@
FROM registry.kevinnlsamuel.com/fedora-toolbox:39 FROM registry.kevinnlsamuel.com/c-toolbox:f39
RUN dnf install -y golang RUN dnf install -y golang

16
latex-toolbox Normal file
View File

@@ -0,0 +1,16 @@
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
RUN dnf install -y \
texlive-latex \
biber \
texlive-biblatex-mla \
texlive-luahbtex \
texlive-expkv-bundle \
texlive-tinos \
texlive-ragged2e \
texlive-datetime \
texlive-todo
RUN dnf install -y \
texlive-tipauni \
texlive-babel-french

View File

@@ -1,3 +1,3 @@
FROM registry.kevinnlsamuel.com/fedora-toolbox:39 FROM registry.kevinnlsamuel.com/c-toolbox:39
RUN dnf -y install rust RUN dnf -y install rust