busybox icon indicating copy to clipboard operation
busybox copied to clipboard

Busybox container with glibc+opkg

Results 4 busybox issues
Sort by recently updated
recently updated
newest added

building the `Dockerfile`: ``` FROM progrium/busybox:latest RUN opkg-install coreutils-timeout ``` results in: ``` Downloading http://downloads.lede-project.org/snapshots/targets/x86/64/packages//Packages.gz. Inflating http://downloads.lede-project.org/snapshots/targets/x86/64/packages//Packages.gz. Updated list of available packages in /var/opkg-lists/core. Downloading http://downloads.lede-project.org/snapshots/packages/x86_64/base/Packages.gz. Inflating http://downloads.lede-project.org/snapshots/packages/x86_64/base/Packages.gz. Updated list...

uday@uday-thinkpad01:~/go/src/github.com/dockarray1/agent$ docker build --no-cache -t "maestrocm/agent" . Sending build context to Docker daemon 35.45 MB Step 1/6 : FROM progrium/busybox ---> a67699e37dbd Step 2/6 : MAINTAINER Ron Messana ---> Running...

Would it be possible to enable gunzip support for the tar.Z format as per https://lists.gnu.org/archive/html/ltib/2010-08/msg00002.html