Restore documentation removed from the base Fedora images

https://github.com/debarshiray/toolbox/pull/55
This commit is contained in:
rishi 2019-03-21 18:02:48 +01:00
commit 44c4b7406b
2 changed files with 22 additions and 0 deletions

View file

@ -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
View 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