Skip to content

Commit

Permalink
Merge pull request #5 from gnadaban/add-npm-to-agent
Browse files Browse the repository at this point in the history
Add NodeJS and NPM to agent
  • Loading branch information
blueskyjunkie authored Jul 12, 2021
2 parents a45648b + 030d9a2 commit 3387162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN apt-get update \
libunwind8 \
lsb-release \
netcat \
nodejs=10.19.\* \
npm=6.14.\* \
tzdata \
# Install .NETCore runtime dependency for the agent
# See details of this here: https://github.com/dotnet/core/issues/4360#issuecomment-618784475
Expand Down

0 comments on commit 3387162

Please sign in to comment.