more files; more efficiency
This commit is contained in:
3
c-toolbox
Normal file
3
c-toolbox
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||
|
||||
RUN dnf install -y gcc gdb clang-tools-extra
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:f39
|
||||
|
||||
RUN dnf install -y golang
|
||||
|
||||
16
latex-toolbox
Normal file
16
latex-toolbox
Normal 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
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:39
|
||||
|
||||
RUN dnf -y install rust
|
||||
|
||||
Reference in New Issue
Block a user