mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Docker speedup - adding pigz to the Docker package base
This commit is contained in:
@@ -16,7 +16,7 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt -y upgrade && \
|
||||
curl patchutils python liblz4-tool libpython2.7-dev linux-base swig libpython-dev \
|
||||
systemd-container udev g++-5-arm-linux-gnueabihf lib32stdc++6 cpio tzdata psmisc acl \
|
||||
libc6-i386 lib32ncurses5 lib32tinfo5 locales ncurses-base zlib1g:i386 pixz bison libbison-dev flex libfl-dev \
|
||||
aptly aria2 cryptsetup cryptsetup-bin --no-install-recommends
|
||||
pigz aptly aria2 cryptsetup cryptsetup-bin --no-install-recommends
|
||||
RUN locale-gen en_US.UTF-8
|
||||
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' TERM=screen
|
||||
WORKDIR /root/armbian
|
||||
|
||||
Reference in New Issue
Block a user