Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Try to compile in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoconti83 committed Jul 31, 2019
1 parent 7a80db7 commit 0f22693
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ENV PATH $PATH:/usr/local/sbin:/usr/sbin:/sbin
####### BASE TOOLS #######
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -qqy --no-install-recommends git wget build-essential gcc software-properties-common openjdk-8-jre-headless unzip clang vim pkg-config
RUN apt-get install -qqy --no-install-recommends git wget build-essential gcc software-properties-common openjdk-8-jre-headless \
unzip clang vim pkg-config strace less
ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

######## ANDROID #########
Expand Down Expand Up @@ -67,5 +68,5 @@ ENV RUST_HOME ~/.rust
WORKDIR /home/rust
RUN git clone https://github.com/wireapp/cryptobox-jni.git --branch refactor/move-to-universal-toolchain --single-branch
WORKDIR cryptobox-jni/android
# RUN make dist
RUN make dist || echo "FAILED TO BUILD!!"

0 comments on commit 0f22693

Please sign in to comment.