Skip to content

Commit 0e2e182

Browse files
committed
install curl and git
so that our code coverage target (might) work (See current fail at https://travis-ci.org/computationalmodelling/fidimag/builds/320761349#L2130)
1 parent b0b7517 commit 0e2e182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN apt-get install -y build-essential cmake cython3 python3-dev python3-pip \
1111
python3-matplotlib python3-numpy python3-scipy \
1212
liblapack-dev libopenblas-dev \
1313
wget
14+
# next line for codecov target
15+
RUN apt-get install -y curl git
1416

1517
# ----------
1618
# hack to fix sudden breakage in CI

0 commit comments

Comments
 (0)