Skip to content

Instantly share code, notes, and snippets.

View Alain-Bearez's full-sized avatar

Alain Béarez Alain-Bearez

View GitHub Profile
@Alain-Bearez
Alain-Bearez / Dockerfile.ol8-java11
Created August 12, 2020 17:35
Dockerfile to build an Oracle Linux 8 image with GraalVM 20.1.0 and FastR installed, as well as some commonly used R packages pre-installed.
# based on https://github.com/graalvm/container/blob/master/community/Dockerfile.ol8-java11
# Pull base image
FROM oraclelinux:8-slim
# Note: If you are behind a web proxy, set the build variables for the build:
# E.g.: docker build --build-arg "https_proxy=..." --build-arg "http_proxy=..." --build-arg "no_proxy=..." ...
# Env variables
ARG GRAALVM_VERSION=20.1.0