File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=linux/amd64 rocker/verse:4.3.2
1
+ FROM --platform=linux/amd64 rocker/verse:4.3.3
2
2
3
3
WORKDIR /home/rocker
4
4
5
5
RUN apt update -y && apt install -y libmariadb-dev libmariadb-dev-compat
6
6
RUN apt install -y --no-install-recommends libxt6
7
7
8
+ # returns an error but tlmgr is updated to 2024 regardless
9
+ RUN wget ${CTAN_REPO}/update-tlmgr-latest.sh && bash update-tlmgr-latest.sh; exit 0
10
+
8
11
# install necessary libraries
9
12
RUN R -e "install.packages(c( \
10
13
'DBI', \
Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ send_email <-
689
689
email_to <- unlist(strsplit(email_to , " " ))
690
690
}
691
691
692
- email_content <- list ( email_body )
692
+ email_content <- email_body
693
693
694
694
if (! is.null(file_name )) {
695
695
output_dir <- tempdir()
You can’t perform that action at this time.
0 commit comments