Some rstudio prerequirements.

This commit is contained in:
Andrea Dell'Amico 2022-04-04 19:05:59 +02:00
parent c9e160afe8
commit 19316174df
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 11 additions and 0 deletions

11
Dockerfile Normal file
View File

@ -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 <https://www.d4science.org>" \
org.d4science.image.authors="Andrea Dell'Amico <andrea.dellamico@isti.cnr.it>, Roberto Cirillo <roberto.cirillo@isti.cnr.it>"
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