We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797579a commit e5a81e8Copy full SHA for e5a81e8
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /code
8
9
# install dependencies
10
RUN apt-get update \
11
- && apt-get install build-essential curl file git gnupg2 imagemagick libpq-dev libyaml-dev nodejs -y \
+ && apt-get install build-essential curl file git gnupg2 imagemagick libpq-dev libyaml-dev nodejs npm -y \
12
&& apt-get clean
13
14
0 commit comments