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.
2 parents 236f3d8 + 75835dd commit 41a28bcCopy full SHA for 41a28bc
CHANGELOG.md
@@ -6,6 +6,7 @@ This project adheres to [WebDevOps.io Dockerfile](https://github.com/webdevops/D
6
### Changed
7
- Improved entrypoint startup time
8
- Removed entrypoint ansible provisioning if not needed
9
+- Added java-jre and latest npm for samson-deployment
10
11
## [0.20.0] - 2016-02-24
12
### Added
samson-deployment/latest/Dockerfile
@@ -112,7 +112,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && set -x \
112
&& pip install docker-compose
113
114
# NPM stack
115
-RUN export DEBIAN_FRONTEND=noninteractive && set -x \
+RUN npm install -g npm \
116
+ && npm update -g \
117
&& npm install -g gulp \
118
&& npm install -g grunt-cli \
119
&& npm install -g bower \
0 commit comments