- Add presentations/devops_days_self_hosting_presentation.md - Add active/software_pi/ service directory - Update active/software_toolbx/Containerfile - Update retired/kubernetes_userspace submodule LLM-Generated: true
39 lines
517 B
Docker
39 lines
517 B
Docker
FROM registry.fedoraproject.org/fedora-toolbox:44
|
|
|
|
COPY vscodium.repo /etc/yum.repos.d/vscodium.repo
|
|
|
|
RUN dnf install -y \
|
|
vim git btop \
|
|
virt-manager virt-install \
|
|
podman podman-compose \
|
|
wl-clipboard \
|
|
jq yq rg \
|
|
kubectl helm \
|
|
pinentry \
|
|
pandoc \
|
|
iperf3 \
|
|
nethogs \
|
|
ansible \
|
|
tmux \
|
|
wine \
|
|
unzip \
|
|
ImageMagick \
|
|
go \
|
|
rust rustup \
|
|
git git-lfs \
|
|
net-tools \
|
|
texlive-latex texlive-scheme-full \
|
|
pwgen \
|
|
reptyr \
|
|
netcat \
|
|
p7zip \
|
|
make \
|
|
gcc \
|
|
codium \
|
|
pass \
|
|
stress-ng \
|
|
fuse \
|
|
bind-utils \
|
|
nmap \
|
|
poppler \
|
|
nodejs24 |