import basic toolbox Containerfiles

This commit is contained in:
2024-02-29 18:23:14 +05:30
parent 0c038e1936
commit 4b08446e25
3 changed files with 17 additions and 0 deletions

11
fedora-toolbox Normal file
View File

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

3
golang-toolbox Normal file
View File

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

3
rust-toolbox Normal file
View File

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