Compare commits
2 Commits
4b08446e25
...
459aa9a887
| Author | SHA1 | Date | |
|---|---|---|---|
|
459aa9a887
|
|||
|
43df04930c
|
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
|
||||
@@ -2,10 +2,11 @@ FROM registry.fedoraproject.org/fedora-toolbox:39
|
||||
|
||||
RUN dnf check-update || true \
|
||||
&& dnf -y install \
|
||||
make \
|
||||
zsh \
|
||||
tmux \
|
||||
nnn \
|
||||
curl \
|
||||
kitty-terminfo \
|
||||
zoxide \
|
||||
neovim \
|
||||
make \
|
||||
&& dnf clean packages expire-cache
|
||||
|
||||
@@ -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