Skip to content

Commit

Permalink
Added installing java commands
Browse files Browse the repository at this point in the history
  • Loading branch information
apca committed Oct 11, 2024
1 parent e917ae4 commit c0db0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"runArgs": [
"--volume=/var/run/docker.sock:/var/run/docker.sock" // Mount the Docker socket from host machine
],
"postCreateCommand": "curl -s https://get.nextflow.io | bash && chmod +x nextflow && sudo mv nextflow /usr/local/bin/",
"postCreateCommand": "sudo apt-get update && sudo apt-get install -y openjdk-11-jdk curl && curl -s https://get.nextflow.io | bash && chmod +x nextflow && sudo mv nextflow /usr/local/bin/",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit c0db0b0

Please sign in to comment.