Restore documentation removed from the base Fedora images
https://github.com/debarshiray/toolbox/pull/55
This commit is contained in:
parent
fd35db822b
commit
44c4b7406b
2 changed files with 22 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ COPY README.md /
|
|||
RUN sed -i '/tsflags=nodocs/d' /etc/dnf/dnf.conf
|
||||
RUN dnf -y swap coreutils-single coreutils-full
|
||||
|
||||
COPY missing-docs /
|
||||
RUN dnf -y reinstall $(<missing-docs)
|
||||
RUN rm /missing-docs
|
||||
|
||||
COPY extra-packages /
|
||||
RUN dnf -y install $(<extra-packages)
|
||||
RUN rm /extra-packages
|
||||
|
|
|
|||
18
missing-docs
Normal file
18
missing-docs
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
acl
|
||||
bash
|
||||
chkconfig
|
||||
curl
|
||||
dbus-daemon
|
||||
gawk
|
||||
grep
|
||||
gzip
|
||||
libcap
|
||||
openssl
|
||||
p11-kit
|
||||
pam
|
||||
python3
|
||||
rpm
|
||||
rpm-plugin-systemd-inhibit
|
||||
sed
|
||||
systemd
|
||||
tar
|
||||
Loading…
Add table
Add a link
Reference in a new issue