Skip to content

Commit

Permalink
Merge remote-tracking branch 'a3957273/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed Jan 10, 2023
2 parents ca045ac + 36e21f2 commit ebd4619
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ RUN apt-get -y update \
&& apt-get -y install bash curl gawk git jq shellcheck

# Install nodejs 14
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt -y install nodejs

ARG TYPESCRIPT_VERSION="3.9.7"
ARG TYPESCRIPT_VERSION="4.9.4"
RUN npm install -g typescript@${TYPESCRIPT_VERSION}

RUN ln -sf "${JAVA_HOME}/bin/java" "/usr/local/bin/java" \
Expand Down Expand Up @@ -93,5 +93,3 @@ LABEL org.opencontainers.image.licenses="LicenseRef-apache-2.0"
LABEL org.opencontainers.image.version="${RESOURCE_VERSION}"

COPY ./assets/* /opt/resource/


0 comments on commit ebd4619

Please sign in to comment.