Skip to content

Commit

Permalink
Upgrade to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Feb 6, 2022
1 parent 3d11e9a commit 3f159ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXPOSE 10240
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && apt-get install -y curl \
&& curl -fsSL https://deb.nodesource.com/setup_14.x | bash - \
&& curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get update && apt-get install -y --no-install-recommends nodejs git make binutils build-essential \
&& apt-get autoremove -y --purge \
&& apt-get clean -y \
Expand All @@ -18,8 +18,7 @@ USER compiler
RUN mkdir -p /app/compiler-explorer
WORKDIR /app/compiler-explorer

RUN curl -L https://github.com/compiler-explorer/compiler-explorer/tarball/main | tar xz -C /app/compiler-explorer --strip-components=1 \
&& make webpack
RUN curl -L https://github.com/compiler-explorer/compiler-explorer/tarball/main | tar xz -C /app/compiler-explorer --strip-components=1

ENV DEBIAN_FRONTEND=

Expand Down

0 comments on commit 3f159ed

Please sign in to comment.