From a12eede109da474ee8c8c1f2e3476799712f9153 Mon Sep 17 00:00:00 2001 From: Heberth Martinez <49379467+hfmartinez@users.noreply.github.com> Date: Thu, 7 Mar 2024 20:36:53 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cce6d3..af44448 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ USER root RUN apt update -qqy && \ apt-get install -y software-properties-common vim && \ - apt-get install curl + apt-get install -y curl RUN apt install -y --no-install-recommends software-properties-common dirmngr && \ wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc && \