Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c81107b8ac | ||
| d642b9f32a | |||
| 7ca1173019 | |||
| 4a34af1a90 | |||
| 366895197f | |||
|
|
1631209a2d | ||
|
|
6a2b9d4835 |
3 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ ENV NAME=fedora-toolbox VERSION=32
|
||||||
LABEL com.github.containers.toolbox="true" \
|
LABEL com.github.containers.toolbox="true" \
|
||||||
com.github.debarshiray.toolbox="true" \
|
com.github.debarshiray.toolbox="true" \
|
||||||
com.redhat.component="$NAME" \
|
com.redhat.component="$NAME" \
|
||||||
name="$FGC/$NAME" \
|
name="$NAME" \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
usage="This image is meant to be used with the toolbox command" \
|
usage="This image is meant to be used with the toolbox command" \
|
||||||
summary="Base image for creating Fedora toolbox containers" \
|
summary="Base image for creating Fedora toolbox containers" \
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ fpaste
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
gnupg2-smime
|
gnupg2-smime
|
||||||
|
gvfs-client
|
||||||
hostname
|
hostname
|
||||||
iputils
|
iputils
|
||||||
jwhois
|
jwhois
|
||||||
|
|
@ -19,6 +20,7 @@ man-db
|
||||||
man-pages
|
man-pages
|
||||||
mlocate
|
mlocate
|
||||||
mtr
|
mtr
|
||||||
|
nss-mdns
|
||||||
openssh-clients
|
openssh-clients
|
||||||
passwd
|
passwd
|
||||||
pigz
|
pigz
|
||||||
|
|
@ -35,5 +37,6 @@ vte-profile
|
||||||
wget
|
wget
|
||||||
which
|
which
|
||||||
words
|
words
|
||||||
|
xorg-x11-xauth
|
||||||
xz
|
xz
|
||||||
zip
|
zip
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
acl
|
acl
|
||||||
bash
|
bash
|
||||||
chkconfig
|
|
||||||
curl
|
curl
|
||||||
dbus-daemon
|
|
||||||
gawk
|
gawk
|
||||||
grep
|
grep
|
||||||
gzip
|
gzip
|
||||||
|
|
@ -12,7 +10,6 @@ p11-kit
|
||||||
pam
|
pam
|
||||||
python3
|
python3
|
||||||
rpm
|
rpm
|
||||||
rpm-plugin-systemd-inhibit
|
|
||||||
sed
|
sed
|
||||||
systemd
|
systemd
|
||||||
tar
|
tar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue