mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-18 17:47:32 +00:00
Fixed comment about aapt
This commit is contained in:
parent
f670d0cdbe
commit
f2cea40c6c
@ -1,7 +1,8 @@
|
||||
FROM ubuntu:xenial
|
||||
|
||||
# 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
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN dpkg --add-architecture i386 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user