File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:xenial
22
3- RUN apt-get update -y
4- RUN apt-get install -y python git-core gnupg flex bison gperf build-essential \
3+ RUN apt-get update -y && \
4+ apt-get install -y python git-core gnupg flex bison gperf build-essential \
55 zip curl zlib1g-dev libc6-dev-i386 \
66 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache \
77 libgl1-mesa-dev libxml2-utils xsltproc unzip mtools u-boot-tools \
88 htop iotop sysstat iftop pigz bc device-tree-compiler lunzip \
99 dosfstools gcc-aarch64-linux-gnu g++-aarch64-linux-gnu \
1010 gcc-arm-linux-gnueabi g++-arm-linux-gnueabi ccache \
1111 sudo cpio nano vim kmod kpartx wget bsdtar qemu-user-static \
12- pxz ruby-dev debootstrap multistrap
13-
14- RUN apt-get install -y libssl-dev jq
12+ pxz ruby-dev debootstrap multistrap libssl-dev jq
1513
1614RUN gem install fpm
1715
You can’t perform that action at this time.
0 commit comments