Add 'laughing-octo/' from commit 'ee815e9ccc
'
git-subtree-dir: laughing-octo git-subtree-mainline:264531c268
git-subtree-split:ee815e9ccc
This commit is contained in:
commit
d59b1af998
17 changed files with 1433 additions and 0 deletions
15
laughing-octo/fedora-busybox/Dockerfile
Normal file
15
laughing-octo/fedora-busybox/Dockerfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
FROM fedora
|
||||
|
||||
RUN yum install -y bzip2 glibc-static
|
||||
RUN yum groupinstall -y "Development tools"
|
||||
|
||||
RUN curl http://busybox.net/downloads/busybox-1.22.1.tar.bz2 | tar jx
|
||||
ADD config busybox-1.22.1/.config
|
||||
RUN cd busybox-1.22.1 && \
|
||||
make && \
|
||||
make install && \
|
||||
cd _install && \
|
||||
tar cvzf /busybox.tar.gz .
|
||||
|
||||
#RUN yum install -y ncurses-devel
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue