Unverified Commit a5b48627 authored by Alexey Tsvetkov's avatar Alexey Tsvetkov Committed by GitHub

Add node.js to skiko arm image (#172)

parent 4abc90f9
......@@ -9,6 +9,7 @@ RUN apt-get install clang-11 -y && \
apt-get remove g++ -y && \
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-11 100 && \
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-11 100
RUN apt-get install nodejs -y
# Install libs & tools
ENV DEPOT_TOOLS=/usr/depot_tools
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment