Skip to content

Commit d616578

Browse files
committed
add latex to docker image
1 parent 59f2d30 commit d616578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci_build_and_test_in_container.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ fi
2020
echo "Using package manager: $PACKAGE_MANAGER"
2121

2222
if [ "$PACKAGE_MANAGER" == "apt" ]; then
23-
apt update && apt-get install -y libblas-dev liblapack-dev
23+
apt update && apt-get install -y libblas-dev liblapack-dev texlive
2424
elif [ "$PACKAGE_MANAGER" == "yum" ]; then
25-
yum install -y blas lapack
25+
yum update && yum install -y blas lapack
2626
fi
2727

2828
# The or_die function run the passed command line and

0 commit comments

Comments
 (0)