Skip to content

Commit 160f301

Browse files
committed
build: install gfortran and R dependencies
1 parent c003fe3 commit 160f301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.devcontainer/post-create

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@
2020

2121
make install
2222
make init
23+
24+
sudo apt-get update
25+
sudo apt-get install gfortran
26+
27+
make install-deps-r

0 commit comments

Comments
 (0)