Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
274bdf9053 | ||
| c74e5c7926 | |||
| 86be929465 | |||
| a69d81176c | |||
| f7288e6863 | |||
|
|
c637c4bfa9 |
3 changed files with 3 additions and 6 deletions
|
|
@ -13,6 +13,7 @@ LABEL com.github.containers.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)
|
||||||
|
|
@ -23,5 +24,3 @@ RUN dnf -y install $(<extra-packages)
|
||||||
RUN rm /extra-packages
|
RUN rm /extra-packages
|
||||||
|
|
||||||
RUN dnf clean all
|
RUN dnf clean all
|
||||||
|
|
||||||
CMD /bin/sh
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ less
|
||||||
lsof
|
lsof
|
||||||
man-db
|
man-db
|
||||||
man-pages
|
man-pages
|
||||||
mlocate
|
|
||||||
mtr
|
mtr
|
||||||
nano-default-editor
|
nano-default-editor
|
||||||
nss-mdns
|
nss-mdns
|
||||||
|
|
@ -36,6 +35,7 @@ time
|
||||||
traceroute
|
traceroute
|
||||||
tree
|
tree
|
||||||
unzip
|
unzip
|
||||||
|
util-linux
|
||||||
vte-profile
|
vte-profile
|
||||||
wget
|
wget
|
||||||
which
|
which
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,13 @@
|
||||||
acl
|
|
||||||
bash
|
bash
|
||||||
curl
|
curl
|
||||||
|
findutils
|
||||||
gawk
|
gawk
|
||||||
grep
|
grep
|
||||||
gzip
|
gzip
|
||||||
libcap
|
libcap
|
||||||
openssl
|
|
||||||
p11-kit
|
p11-kit
|
||||||
pam
|
pam
|
||||||
python3
|
python3
|
||||||
rpm
|
rpm
|
||||||
sed
|
sed
|
||||||
systemd
|
|
||||||
tar
|
tar
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue