From d3ab1be13f1bfb023f467250c18d791c922db0e3 Mon Sep 17 00:00:00 2001 From: dylanbenzi Date: Sat, 29 Nov 2025 21:21:41 -0500 Subject: [PATCH] modify dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68acb36..5844fc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,6 @@ RUN apt-get update && apt-get install -y \ libcurl4 \ libssl3 \ libxml2 \ - libgdal32 \ libgeos-c1v5 \ libproj25 \ libudunits2-0 \ @@ -55,7 +54,6 @@ RUN apt-get update && apt-get install -y \ libharfbuzz0b \ libfribidi0 \ libpng16-16 \ - libjpeg62-turbo \ libtiff6 \ pandoc \ && rm -rf /var/lib/apt/lists/* @@ -70,4 +68,4 @@ COPY utils.R utils.R EXPOSE 8080 -CMD ["R", "-e", "rmarkdown::run('dashboard.Rmd', shiny_args = list(host = '0.0.0.0', port = 8080))"]ROM rocker/shiny:4.5.2 AS base +CMD ["R", "-e", "rmarkdown::run('dashboard.Rmd', shiny_args = list(host = '0.0.0.0', port = 8080))"]