Skip to content

Commit 9da0350

Browse files
committed
Fix Dockerfile
1 parent 683a1c9 commit 9da0350

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build-environment/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
FROM 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

1614
RUN gem install fpm
1715

0 commit comments

Comments
 (0)