remove gradle

Summary:public
This version of gradle doesn't work with our example anyway, so cut down the
installed image a bit. Use ./gradlew instead, as the README already points out.

Reviewed By: jberdine

Differential Revision: D3114775

fb-gh-sync-id: 49c38e4
fbshipit-source-id: 49c38e4
master
Jules Villard 9 years ago committed by Facebook Github Bot 4
parent f813b801ee
commit 9c4b255ae5

@ -10,13 +10,11 @@ RUN ["/opt/sdk-tools/android-accept-licenses.sh", \
"android update sdk --filter \"build-tools-22.0.1\" --no-ui --force --all"]
# Debian config
RUN add-apt-repository ppa:cwchien/gradle # to get a recent gradle
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
curl \
git \
gradle \
groff \
libgmp-dev \
libmpc-dev \

Loading…
Cancel
Save