Skip to content
Snippets Groups Projects
Verified Commit e7ae6fd4 authored by Nico's avatar Nico
Browse files

Set $PATH and $JAVA_HOME

parent 028f5361
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,9 @@
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf"
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--env=PATH=/app/bin:/usr/bin:/app/jdk/bin",
"--env=JAVA_HOME=/app/jdk"
],
"build-options": {
"cflags": "-O2 -g",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment