Skip to content

Commit 236f3d8

Browse files
committed
Merge branch 'release/0.21.3'
2 parents 9cb3308 + 5d44bc4 commit 236f3d8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samson-deployment/latest/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ RUN /usr/local/bin/apt-install \
128128
php5-json \
129129
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer
130130

131+
# Add java
132+
RUN /usr/local/bin/apt-install \
133+
openjdk-7-jre
134+
131135
# Deployer stack
132136
RUN set -x \
133137
# Deployer: Ansistratno (https://github.com/ansistrano)
20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)