busybox
Tiny utilities for small and embedded systems
RUN apt-get update && \
apt-get install -y busybox
RUN apt-get update && \
apt-get install -y busybox
RUN apk add busybox
RUN pacman -S --noconfirm busybox
RUN apt-get update && \
apt-get install -y busybox
RUN yum install -y busybox
RUN dnf install -y busybox
RUN apt-get update && \
apt-get install -y busybox