From 6ca1d9f367da001aa656410da2c7c4c542f7d392 Mon Sep 17 00:00:00 2001 From: seanghay Date: Sun, 12 Sep 2021 16:57:46 +0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 3d9801f..68811f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,11 @@ RUN apt-get --quiet update --yes RUN apt-get --quiet install --yes wget tar unzip lib32stdc++6 RUN apt-get -qq install curl +# Node.js +RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - +RUN apt-get --quiet install nodejs --yes +RUN apt-get --quiet install gcc g++ make --yes + RUN wget --quiet --output-document=android-sdk.zip https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS}.zip RUN mkdir -p android-sdk-linux/cmdline-tools