Skip to content

Commit

Permalink
Add env var JAVA_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirks committed Jun 10, 2024
1 parent a78fe0d commit 6d3709b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fabric-runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG PYTHON_VERSION
FROM mcr.microsoft.com/devcontainers/python:1-${PYTHON_VERSION}-${DEBIAN_VERSION}

ARG JAVA_VERSION
ENV JAVA_HOME /usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64

RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 6d3709b

Please sign in to comment.