Skip to content

Commit

Permalink
Remove call to apt-get update from post create command
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich authored Jan 22, 2021
1 parent c86155d commit 5a4b37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{ "mode": "auto" }
]
},
"postCreateCommand": "apt-get update && export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli"
"postCreateCommand": "export NG_CLI_ANALYTICS=ci && npm i -g @angular/cli && npm install"
}

0 comments on commit 5a4b37b

Please sign in to comment.