Skip to content
Snippets Groups Projects
Commit 68fcae3c authored by Erik Veld's avatar Erik Veld
Browse files

Set java home

parent 31cd0de0
Branches
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ RUN set -eux; \
tar -xf /tmp/openjdk.tar.gz --strip-components=1; \
rm -rf /tmp/openjdk.tar.gz;
ENV JAVA_HOME=/usr/lib/jvm/openjdk PATH="/usr/lib/jvm/openjdk/bin:$PATH"
# Create the Nomad directory
RUN mkdir -p /var/lib/nomad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment