diff --git a/builder.Dockerfile b/builder.Dockerfile index 8104d84..aa17f02 100644 --- a/builder.Dockerfile +++ b/builder.Dockerfile @@ -2,4 +2,4 @@ ARG BASE_IMAGE=ghcr.io/bioconductor/r2u ARG UBUNTU_TAG=jammy FROM ${BASE_IMAGE}:${UBUNTU_TAG} AS base -RUN apt update -qq && apt install git-all build-essential binutils lintian debhelper dh-make devscripts curl vim dh-r -y +RUN apt update -qq && apt install git-all build-essential binutils lintian debhelper dh-make devscripts curl vim dh-r -y && curl -O https://raw.githubusercontent.com/Bioconductor/bioconductor_docker/devel/bioc_scripts/install_bioc_sysdeps.sh && bash install_bioc_sysdeps.sh