Skip to content

Commit

Permalink
Updated curl doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlam committed Nov 18, 2023
1 parent 7f9a4a2 commit a808c57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ RUN apt-get update && \
WORKDIR /opt/fiware-pep-steelskin
# hadolint ignore=DL3008,DL3009,DL3015
RUN \
# Ensure that Git is installed prior to running npm install
# Ensure that Git is installed prior to running npm install.
# curl is added here (again) because the RUN ... above is usually
# removed for local testing, and and curl is required for
# docker health-checks.
apt-get update && \
apt-get install -y git curl && \
echo "INFO: npm install --production..." && \
Expand Down

0 comments on commit a808c57

Please sign in to comment.