Skip to content

Commit

Permalink
install curlconverter npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidesner committed May 9, 2024
1 parent 7bce80d commit bfe9803
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ RUN set -eux; \
rm "node-$NODE_VERSION-linux-$ARCH.tar.xz" SHASUMS256.txt.asc SHASUMS256.txt; \
ln -s /usr/local/bin/node /usr/local/bin/nodejs

# Install curlconverter using npm
RUN npm install --global curlconverter

ENV LANGUAGE=en_US.UTF-8
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
Expand Down

0 comments on commit bfe9803

Please sign in to comment.