Skip to content

Commit

Permalink
Update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Feb 7, 2019
1 parent 733703b commit c76e49b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ ENV PATH ${PATH}:${ANDROID_SDK_HOME}/tools/bin:${ANDROID_SDK_HOME}/platform-tool

RUN echo y | sdkmanager "build-tools;26.0.0"
RUN echo y | sdkmanager "build-tools;27.0.3"
RUN echo y | sdkmanager "build-tools;28.0.3"
RUN echo y | sdkmanager "ndk-bundle"
RUN echo y | sdkmanager "cmake;3.6.4111459"
RUN echo y | sdkmanager "cmake;3.10.2.4988404"
RUN echo y | sdkmanager "platforms;android-26"
RUN echo y | sdkmanager "platforms;android-27"
RUN echo y | sdkmanager "platforms;android-28"

WORKDIR /opt

Expand All @@ -57,8 +59,7 @@ RUN git clone https://github.com/MozillaReality/FirefoxReality.git
WORKDIR /opt/FirefoxReality
RUN git submodule init
RUN git submodule update
RUN cd gvr-android-sdk && ./gradlew --no-daemon extractNDK
RUN ./gradlew --no-daemon assembleGooglevr assembleNoapi
RUN ./gradlew --no-daemon assembleNoapi
RUN ./gradlew --no-daemon clean

# -- Cleanup ----------------------------------------------------------------------------
Expand Down

0 comments on commit c76e49b

Please sign in to comment.