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

Commit

Permalink
Add glibc devel package required for building
Browse files Browse the repository at this point in the history
  • Loading branch information
Calum McCall committed Aug 1, 2019
1 parent b115848 commit a002a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PATH $PATH:/usr/local/sbin:/usr/sbin:/sbin
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 strace less
unzip clang vim pkg-config strace less g++-multilib libc6-dev-i386
ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

######## ANDROID #########
Expand Down Expand Up @@ -70,5 +70,5 @@ ENV PKG_CONFIG_PATH=/home/rust/cryptobox-jni/android/build/libsodium-android-arm
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 || echo "FAILED TO BUILD!!"
# RUN make dist || echo "FAILED TO BUILD!!"

0 comments on commit a002a1b

Please sign in to comment.