Consolidate build layers

This commit is contained in:
Chuck Lantz
2019-06-20 23:23:55 +00:00
parent 57fd40c114
commit ee8c2a1593
2 changed files with 13 additions and 14 deletions

View File

@@ -6,6 +6,7 @@
"redhat.vscode-xml"
],
"settings":{
"java.home": "/docker-java-home"
"java.home": "/docker-java-home",
"terminal.integrated.shell.linux": "/bin/bash"
}
}