Commit 72eb3c07 authored by AdamSimpson's avatar AdamSimpson
Browse files

Remove apt cruft when creating builder image, hopefully to improve launch time.

parent e5c549c0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ apt-get install -y docker-ce

# Add support of ppc64le arch
apt-get install -y qemu-user-static binfmt-support zlib1g-dev libglib2.0-dev libpixman-1-dev libfdt-dev libpython2.7-stdlib
apt-get clean
rm -rf /var/lib/apt/lists/*

# Install a newer qemu from source to support ppc64le
# This makes a very long time so perhaps just build the ppc64le component?