Compare commits
12 Commits
4b08446e25
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
370ce90f61
|
|||
|
64c674a750
|
|||
|
7163691fa0
|
|||
|
75cc966c23
|
|||
|
17c75e9adb
|
|||
|
55d2dca02a
|
|||
|
b2f4228a73
|
|||
|
7918816622
|
|||
|
1a70dd59bc
|
|||
|
fd08e37213
|
|||
|
459aa9a887
|
|||
|
43df04930c
|
3
c-toolbox
Normal file
3
c-toolbox
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:40
|
||||
|
||||
RUN dnf install -y gcc gdb clang-tools-extra
|
||||
@@ -1,11 +1,18 @@
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:39
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:40 AS cleanup
|
||||
|
||||
RUN dnf config-manager --disable 'fedora-cisco-openh264' \
|
||||
&& dnf install glibc-langpack-en libwayland-client \
|
||||
&& dnf -y -C rm mesa-\* glibc-all-langpacks \
|
||||
&& dnf check-update || true
|
||||
|
||||
FROM cleanup
|
||||
RUN dnf check-update || true \
|
||||
&& dnf -y install \
|
||||
make \
|
||||
zsh \
|
||||
tmux \
|
||||
nnn \
|
||||
curl \
|
||||
kitty-terminfo \
|
||||
zoxide \
|
||||
neovim \
|
||||
make \
|
||||
&& dnf clean packages expire-cache
|
||||
|
||||
18
fedora-toolbox-gui
Normal file
18
fedora-toolbox-gui
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM registry.fedoraproject.org/fedora-toolbox:40 AS cleanup
|
||||
|
||||
RUN dnf -y -C rm glibc-all-langpacks
|
||||
|
||||
RUN dnf check-update || true
|
||||
|
||||
FROM cleanup
|
||||
|
||||
RUN dnf check-update || true \
|
||||
&& dnf -y install \
|
||||
zsh \
|
||||
tmux \
|
||||
nnn \
|
||||
curl \
|
||||
kitty-terminfo \
|
||||
neovim \
|
||||
make \
|
||||
&& dnf clean packages expire-cache
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:f40
|
||||
|
||||
RUN dnf install -y golang
|
||||
|
||||
18
latex-toolbox
Normal file
18
latex-toolbox
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:40
|
||||
|
||||
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
|
||||
|
||||
RUN dnf install -y pandoc
|
||||
5
node-toolbox
Normal file
5
node-toolbox
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:40
|
||||
|
||||
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
|
||||
|
||||
RUN nvm install 22.13
|
||||
@@ -1,3 +1,3 @@
|
||||
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||
FROM registry.kevinnlsamuel.com/c-toolbox:40
|
||||
|
||||
RUN dnf -y install rust
|
||||
|
||||
Reference in New Issue
Block a user