Skip to content

Commit

Permalink
compiler tools (#108)
Browse files Browse the repository at this point in the history
install gcc, g++, make instead of build-essential
  • Loading branch information
dulmandakh authored Nov 1, 2020
1 parent 07f8ec4 commit 94cf737
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ ENV PATH=${ANDROID_NDK}:${ANDROID_HOME}/cmdline-tools/tools/bin:${ANDROID_HOME}/
# Install system dependencies
RUN apt update -qq && apt install -qq -y --no-install-recommends \
apt-transport-https \
build-essential \
curl \
file \
gcc \
git \
g++ \
gnupg2 \
libc++1-10 \
libgl1 \
libtcmalloc-minimal4 \
make \
openjdk-8-jdk-headless \
openssh-client \
python3 \
Expand Down

0 comments on commit 94cf737

Please sign in to comment.