Fix ENV CODEQL_JAVA_HOME in Dockerfile

This commit is contained in:
Nicolas Will
2024-06-15 23:10:37 +02:00
parent 1a574c2f7f
commit e107f6cf80

View File

@@ -39,7 +39,7 @@ ENV CODEQL_CLI_PATH=/opt/codeql
# Set environment variable for CodeQL for `codeql database analyze` support on ARM
# This env var has no functional effect on CodeQL when running on x86_64 linux
ENV CODEQL_JAVA_HOME=/usr/lib/jvm/
ENV CODEQL_JAVA_HOME=/usr/
# Copy built agent binary from the builder stage
WORKDIR /app