Skip to content

Commit 41a28bc

Browse files
committed
Merge branch 'release/0.21.4'
2 parents 236f3d8 + 75835dd commit 41a28bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [WebDevOps.io Dockerfile](https://github.com/webdevops/D
66
### Changed
77
- Improved entrypoint startup time
88
- Removed entrypoint ansible provisioning if not needed
9+
- Added java-jre and latest npm for samson-deployment
910

1011
## [0.20.0] - 2016-02-24
1112
### Added

samson-deployment/latest/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && set -x \
112112
&& pip install docker-compose
113113

114114
# NPM stack
115-
RUN export DEBIAN_FRONTEND=noninteractive && set -x \
115+
RUN npm install -g npm \
116+
&& npm update -g \
116117
&& npm install -g gulp \
117118
&& npm install -g grunt-cli \
118119
&& npm install -g bower \

0 commit comments

Comments
 (0)