From 184805e4dd04b62c4218a7822c6dda84b90cd285 Mon Sep 17 00:00:00 2001 From: "Mark Edward M. Gonzales" Date: Wed, 6 Sep 2023 13:09:39 +0800 Subject: [PATCH] Remove command for installing R on Debian --- Dockerfile-app | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile-app b/Dockerfile-app index d079ab8d..ce56955e 100644 --- a/Dockerfile-app +++ b/Dockerfile-app @@ -5,8 +5,6 @@ WORKDIR /app RUN set -ex -RUN echo 'deb [trusted=yes] http://cloud.r-project.org/bin/linux/debian bullseye-cran40/' >> /etc/apt/sources.list - RUN apt-get update \ && apt-get install -y \ git \