Fixed comment about aapt
This commit is contained in:
parent
f670d0cdbe
commit
f2cea40c6c
|
@ -1,7 +1,8 @@
|
||||||
FROM ubuntu:xenial
|
FROM ubuntu:xenial
|
||||||
|
|
||||||
# Install the JDK
|
# Install the JDK
|
||||||
# We are going to need some 32 bit binaries because apt requires it
|
# We are going to need some 32 bit binaries because aapt (Android Asset
|
||||||
|
# Packaging Tool) requires it
|
||||||
# file is need by the script that creates NDK toolchains
|
# file is need by the script that creates NDK toolchains
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN dpkg --add-architecture i386 && \
|
RUN dpkg --add-architecture i386 && \
|
||||||
|
|
Loading…
Reference in New Issue