Skip to content

Commit

Permalink
Added missing curl needed in health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlam committed Nov 18, 2023
1 parent d9b9771 commit 7f9a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ WORKDIR /opt/fiware-pep-steelskin
RUN \
# Ensure that Git is installed prior to running npm install
apt-get update && \
apt-get install -y git && \
apt-get install -y git curl && \
echo "INFO: npm install --production..." && \
npm install --production && \
# Remove Git and clean apt cache
Expand Down

0 comments on commit 7f9a4a2

Please sign in to comment.