Skip to content

Commit 94cf737

Browse files
authored
compiler tools (#108)
install gcc, g++, make instead of build-essential
1 parent 07f8ec4 commit 94cf737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ ENV PATH=${ANDROID_NDK}:${ANDROID_HOME}/cmdline-tools/tools/bin:${ANDROID_HOME}/
2525
# Install system dependencies
2626
RUN apt update -qq && apt install -qq -y --no-install-recommends \
2727
apt-transport-https \
28-
build-essential \
2928
curl \
3029
file \
30+
gcc \
3131
git \
32+
g++ \
3233
gnupg2 \
3334
libc++1-10 \
3435
libgl1 \
3536
libtcmalloc-minimal4 \
37+
make \
3638
openjdk-8-jdk-headless \
3739
openssh-client \
3840
python3 \

0 commit comments

Comments
 (0)