Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Use node 10
Browse files Browse the repository at this point in the history
Node 8 is deprecated and newer dependencies expect to run on Node 10.

Signed-off-by: Paul Maréchal <paul.marechal@ericsson.com>
  • Loading branch information
paul-marechal committed Aug 20, 2020
1 parent e397f06 commit 6e693d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/cdt-infra-eclipse-full/ubuntu-18.04/Dockerfile
Expand Up @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip3 install meson

#Node
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash \
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
&& apt-get install -y nodejs \
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g yarn
Expand Down Expand Up @@ -72,7 +72,7 @@ RUN mkdir /tmp/x \
&& find $JAVA11_HOME/include \
&& rm -rf /tmp/x

# Get pre-built MacOSX toolchain from other image (this also
# Get pre-built MacOSX toolchain from other image (this also
# requires clang to be listed in the installs above)
COPY --from=cdt-infra-build-macos-sdk:ubuntu-18.04 /opt/osxcross/target /opt/osxcross/target
ENV PATH="/opt/osxcross/target/bin:${PATH}"
Expand Down

0 comments on commit 6e693d2

Please sign in to comment.