add git
This commit is contained in:
parent
b35322c96c
commit
780d56a728
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ ENV TZ="Europe/Berlin"
|
|||
|
||||
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
|
||||
# Solution: first compile JAGS, then remove lapack & lapack-dev again
|
||||
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop
|
||||
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop git
|
||||
|
||||
### CUSTOM DEPENDENCIES
|
||||
# These usually are not packaged in OS repositories and need to be installed from source
|
||||
|
|
|
|||
Loading…
Reference in a new issue