Skip to content

Commit

Permalink
Add bash to container
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilja committed Feb 20, 2017
1 parent 2ac0106 commit 5220c8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ ENV PATH $PATH:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openj
ENV JAVA_VERSION 8u111
ENV JAVA_ALPINE_VERSION 8.111.14-r0

RUN apk update
RUN apk add bash

RUN set -x \
&& apk add --no-cache \
openjdk8-jre="$JAVA_ALPINE_VERSION" \
Expand Down

0 comments on commit 5220c8f

Please sign in to comment.