import basic toolbox Containerfiles
This commit is contained in:
11
fedora-toolbox
Normal file
11
fedora-toolbox
Normal 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
3
golang-toolbox
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||||
|
|
||||||
|
RUN dnf install -y golang
|
||||||
3
rust-toolbox
Normal file
3
rust-toolbox
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FROM registry.kevinnlsamuel.com/fedora-toolbox:39
|
||||||
|
|
||||||
|
RUN dnf -y install rust
|
||||||
Reference in New Issue
Block a user