Skip to content

Commit

Permalink
add missing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
cybernop committed Mar 4, 2025
1 parent 9b70ff7 commit 4f49874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.base-nodejs-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM ghcr.io/cybernop/build-fhir-ig:base-ubuntu
# Install tools and libs for specific Node version and NPM
RUN apt update \
&& apt install -y \
libicu74
libicu74 \
curl

# Get and install Node install script
RUN wget https://deb.nodesource.com/setup_20.x -O nodesource_setup.sh \
Expand Down

0 comments on commit 4f49874

Please sign in to comment.