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))"]