add nodejs inside container
This commit is contained in:
@@ -6,8 +6,9 @@ RUN rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-a
|
|||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
|
nodejs \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
unzip \
|
unzip \
|
||||||
default-jre
|
default-jre
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user