modify dockerfile

This commit is contained in:
2025-11-29 21:21:41 -05:00
parent 3fab622d13
commit d3ab1be13f
+1 -3
View File
@@ -45,7 +45,6 @@ RUN apt-get update && apt-get install -y \
libcurl4 \ libcurl4 \
libssl3 \ libssl3 \
libxml2 \ libxml2 \
libgdal32 \
libgeos-c1v5 \ libgeos-c1v5 \
libproj25 \ libproj25 \
libudunits2-0 \ libudunits2-0 \
@@ -55,7 +54,6 @@ RUN apt-get update && apt-get install -y \
libharfbuzz0b \ libharfbuzz0b \
libfribidi0 \ libfribidi0 \
libpng16-16 \ libpng16-16 \
libjpeg62-turbo \
libtiff6 \ libtiff6 \
pandoc \ pandoc \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
@@ -70,4 +68,4 @@ COPY utils.R utils.R
EXPOSE 8080 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))"]