mirror of
https://github.com/stucki/docker-lineageos
synced 2024-12-19 17:12:29 -05:00
Fix small typo
This commit is contained in:
parent
6b001796d1
commit
8315a490e6
@ -12,7 +12,7 @@ RUN apt-get -qqy upgrade
|
||||
# Install build dependencies (source: https://wiki.cyanogenmod.org/w/Build_for_bullhead)
|
||||
RUN apt-get install -y bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop maven openjdk-8-jdk pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev
|
||||
|
||||
# for 64-bit systems
|
||||
# For 64-bit systems
|
||||
RUN apt-get install -y g++-multilib gcc-multilib lib32ncurses5-dev lib32readline6-dev lib32z1-dev
|
||||
|
||||
# Install additional packages which are useful for building Android
|
||||
|
Loading…
Reference in New Issue
Block a user