Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 61c40332b9 | |||
| 9ab10a6c9a | |||
| 0ff415dc53 | |||
| c771d69fe6 | |||
| 2823d72c97 | |||
| 29cd0e7058 | |||
|
|
308b8d8914 |
2 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
FROM registry.fedoraproject.org/fedora:31
|
FROM registry.fedoraproject.org/fedora:31
|
||||||
|
|
||||||
ENV NAME=fedora-toolbox VERSION=31
|
ENV NAME=fedora-toolbox VERSION=31
|
||||||
LABEL com.github.debarshiray.toolbox="true" \
|
LABEL com.github.containers.toolbox="true" \
|
||||||
|
com.github.debarshiray.toolbox="true" \
|
||||||
com.redhat.component="$NAME" \
|
com.redhat.component="$NAME" \
|
||||||
name="$FGC/$NAME" \
|
name="$FGC/$NAME" \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
|
|
@ -12,7 +13,6 @@ LABEL com.github.debarshiray.toolbox="true" \
|
||||||
COPY README.md /
|
COPY README.md /
|
||||||
|
|
||||||
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
|
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
|
||||||
RUN dnf -y swap coreutils-single coreutils-full
|
|
||||||
|
|
||||||
COPY missing-docs /
|
COPY missing-docs /
|
||||||
RUN dnf -y reinstall $(<missing-docs)
|
RUN dnf -y reinstall $(<missing-docs)
|
||||||
|
|
|
||||||
|
|
@ -3,11 +3,12 @@ bzip2
|
||||||
diffutils
|
diffutils
|
||||||
dnf-plugins-core
|
dnf-plugins-core
|
||||||
findutils
|
findutils
|
||||||
flatpak-xdg-utils
|
flatpak-spawn
|
||||||
fpaste
|
fpaste
|
||||||
git
|
git
|
||||||
gnupg
|
gnupg
|
||||||
gnupg2-smime
|
gnupg2-smime
|
||||||
|
gvfs-client
|
||||||
hostname
|
hostname
|
||||||
iputils
|
iputils
|
||||||
jwhois
|
jwhois
|
||||||
|
|
@ -19,11 +20,13 @@ man-db
|
||||||
man-pages
|
man-pages
|
||||||
mlocate
|
mlocate
|
||||||
mtr
|
mtr
|
||||||
|
nss-mdns
|
||||||
openssh-clients
|
openssh-clients
|
||||||
passwd
|
passwd
|
||||||
pigz
|
pigz
|
||||||
procps-ng
|
procps-ng
|
||||||
rsync
|
rsync
|
||||||
|
shadow-utils
|
||||||
sudo
|
sudo
|
||||||
tcpdump
|
tcpdump
|
||||||
time
|
time
|
||||||
|
|
@ -34,5 +37,6 @@ vte-profile
|
||||||
wget
|
wget
|
||||||
which
|
which
|
||||||
words
|
words
|
||||||
|
xorg-x11-xauth
|
||||||
xz
|
xz
|
||||||
zip
|
zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue