Compare commits

..

2 Commits

Author SHA1 Message Date
459aa9a887 more files; more efficiency 2024-03-10 19:42:06 +05:30
43df04930c trim and improve fedora base 2024-03-10 14:50:55 +05:30
5 changed files with 24 additions and 4 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

@@ -2,10 +2,11 @@ FROM registry.fedoraproject.org/fedora-toolbox:39
RUN dnf check-update || true \ RUN dnf check-update || true \
&& dnf -y install \ && dnf -y install \
make \
zsh \ zsh \
tmux \
nnn \
curl \ curl \
kitty-terminfo \ kitty-terminfo \
zoxide \
neovim \ neovim \
make \
&& dnf clean packages expire-cache && dnf clean packages expire-cache

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