34 lines
458 B
Docker
34 lines
458 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
|