mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
build: Reorder list of packages that need to be installed
- No change to list of installed packages - Sync with CyanogenMod wiki (see https://wiki.cyanogenmod.org/w/Build_for_angler)
This commit is contained in:
parent
4bca62fb71
commit
aedc11b40c
@ -9,11 +9,14 @@ RUN sed -i 's/main$/main universe/' /etc/apt/sources.list
|
||||
RUN apt-get -qq update
|
||||
RUN apt-get -qqy upgrade
|
||||
|
||||
RUN apt-get install -y bc bsdmainutils file screen
|
||||
RUN apt-get install -y android-tools-adb android-tools-fastboot
|
||||
# Install build dependencies (source: https://wiki.cyanogenmod.org/w/Build_for_angler)
|
||||
RUN apt-get install -y bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop maven openjdk-7-jdk openjdk-7-jre pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev
|
||||
RUN apt-get install -y g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev
|
||||
|
||||
# Install additional packages which are useful for building Android
|
||||
RUN apt-get install -y ccache rsync tig
|
||||
RUN apt-get install -y android-tools-adb android-tools-fastboot
|
||||
RUN apt-get install -y bc bsdmainutils file screen
|
||||
|
||||
RUN mkdir -p /home/cmbuild && useradd --no-create-home cmbuild && rsync -a /etc/skel/ /home/cmbuild/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user