Skip to content

Commit

Permalink
curl only
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 21, 2024
1 parent 7780843 commit 86f3030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update -y --fix-missing \

# hadolint ignore=DL3008
RUN rm -rf /usr/lib/node_modules \
&& curl -sL https://deb.nodesource.com/setup_18.x -o /tmp/nodesource_setup.sh \
&& curl -sL -o /tmp/nodesource_setup.sh https://deb.nodesource.com/setup_18.x \
&& bash /tmp/nodesource_setup.sh \
&& apt-get update -y --fix-missing \
&& apt-get -y install --no-install-recommends nodejs \
Expand All @@ -43,7 +43,7 @@ RUN rm -rf /usr/lib/node_modules \
&& npm install -g [email protected]

RUN gem install judges:0.0.31 \
&& wget --no-verbose -O /usr/local/Saxon.jar \
&& curl -sL -o /usr/local/Saxon.jar \
https://repo.maven.apache.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar

WORKDIR /home
Expand Down

0 comments on commit 86f3030

Please sign in to comment.