Skip to content

Commit

Permalink
chore: install nodejs and npm in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
ngurenyaga committed Jul 14, 2021
1 parent d5c9ea1 commit 49cd4dd
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 @@ -50,6 +50,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
gettext \
# wget
wget \
# npm and nodejs
nodejs npm \
# cleaning up unused files
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 49cd4dd

Please sign in to comment.