various updates
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
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
|
||||
@@ -0,0 +1,7 @@
|
||||
# Toolbox
|
||||
|
||||
## How to Use
|
||||
|
||||
```bash
|
||||
podman build -t localhost/fedora-toolbox:44 active/software_toolbx
|
||||
```
|
||||
@@ -0,0 +1,9 @@
|
||||
[gitlab.com_paulcarroty_vscodium_repo]
|
||||
name=gitlab.com_paulcarroty_vscodium_repo
|
||||
baseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
repo_gpgcheck=1
|
||||
gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
|
||||
metadata_expire=1h
|
||||
|
||||
Reference in New Issue
Block a user