mirror of
https://github.com/linuxserver/docker-baseimage-fedora.git
synced 2026-02-04 19:57:12 +08:00
Include busybox (for crond)
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
98fa0c5d5f
commit
bb3bbb64f8
@ -68,6 +68,7 @@ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
|
||||
RUN \
|
||||
echo "**** install base packages ****" && \
|
||||
dnf -y --setopt=install_weak_deps=False --best install \
|
||||
busybox \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
curl \
|
||||
|
||||
@ -68,6 +68,7 @@ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
|
||||
RUN \
|
||||
echo "**** install base packages ****" && \
|
||||
dnf -y --setopt=install_weak_deps=False --best install \
|
||||
busybox \
|
||||
ca-certificates \
|
||||
coreutils \
|
||||
curl \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user