Skip to content

Commit

Permalink
Fix docker-it tests
Browse files Browse the repository at this point in the history
Align Dockerfile with JAVAx_HOME environment variable requirements
introduced in #518
  • Loading branch information
dliappis committed Jul 24, 2018
1 parent 7724526 commit f2557f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ ENV HOME /home/${NEW_USER}
ENV PYENV_ROOT=/home/${NEW_USER}/.pyenv
ENV PATH=$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH
ENV JAVA_HOME=/opt/jdk-10
ENV JAVA8_HOME=/usr/lib/jvm/java-8-openjdk-amd64
ENV JAVA10_HOME=/opt/jdk-10
ENV RUNTIME_JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

RUN pyenv install 3.4.8
Expand Down

0 comments on commit f2557f8

Please sign in to comment.