mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Merge pull request #391 from bbros-dev/issue-386
Kernel initrd build support
This commit is contained in:
commit
3a8d0b9811
@ -14,36 +14,37 @@ RUN \
|
||||
bash -c "echo \"deb http://ftp.debian.org/debian stretch-backports main\" >> /etc/apt/sources.list" && \
|
||||
apt-get update --yes && \
|
||||
apt-get install --no-install-recommends --yes \
|
||||
automake \
|
||||
autogen \
|
||||
automake \
|
||||
bash \
|
||||
build-essential \
|
||||
bc \
|
||||
bison \
|
||||
build-essential \
|
||||
bzip2 \
|
||||
ca-certificates \
|
||||
curl \
|
||||
dirmngr \
|
||||
file \
|
||||
flex \
|
||||
gettext \
|
||||
gzip \
|
||||
gnupg \
|
||||
zip \
|
||||
initramfs-tools \
|
||||
libtool \
|
||||
make \
|
||||
ncurses-dev \
|
||||
pkg-config \
|
||||
libtool \
|
||||
pax \
|
||||
python \
|
||||
python-pip \
|
||||
rsync \
|
||||
sed \
|
||||
ssh \
|
||||
bison \
|
||||
flex \
|
||||
tar \
|
||||
pax \
|
||||
vim \
|
||||
wget \
|
||||
xz-utils \
|
||||
zip \
|
||||
zlib1g-dev \
|
||||
&& \
|
||||
apt-get clean --yes && \
|
||||
|
Loading…
Reference in New Issue
Block a user