diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..345ce3d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,11 @@ +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 " \ + org.d4science.image.authors="Andrea Dell'Amico , Roberto Cirillo " + +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