2022-04-04 19:05:59 +02:00
|
|
|
FROM d4science/r-full:latest
|
|
|
|
|
|
|
|
LABEL org.d4science.image.licenses="EUPL-1.2" \
|
|
|
|
org.d4science.image.source="https://code-repo.d4science.org/gCubeSystem/docker-r-full" \
|
|
|
|
org.d4science.image.vendor="D4Science <https://www.d4science.org>" \
|
|
|
|
org.d4science.image.authors="Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>, Roberto Cirillo <roberto.cirillo@isti.cnr.it>"
|
|
|
|
|
2023-03-15 15:54:26 +01:00
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
2022-04-04 19:05:59 +02:00
|
|
|
RUN apt-get update && apt-get install -y fuse zip jq openjdk-8-jdk-headless
|
|
|
|
|
|
|
|
ENV PANDOC_VERSION=default
|
|
|
|
RUN /rocker_scripts/install_pandoc.sh
|