From ac2897c5793ae3dd38bfcfe2bf6decdd0ac86f17 Mon Sep 17 00:00:00 2001 From: afwillia Date: Wed, 2 Oct 2024 16:30:09 -0700 Subject: [PATCH] Use shiny-base:release-1.11 which reverts back to ubuntu 22 instead of 24. Also, restore libicu70 install instead of libicu74. All of this will resolve an issue installing stringi, which can be addressed with a planned upgrade in dependencies. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86707762..285a49c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/afwillia/shiny-base:release-1.10 +FROM ghcr.io/afwillia/shiny-base:release-1.11 # add version tag as a build argument ARG DCA_VERSION @@ -7,7 +7,7 @@ ENV DCA_VERSION=$DCA_VERSION USER root RUN apt-get update -RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu74 curl +RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu70 curl # overwrite the default config with our modified copy COPY shiny-server.conf /etc/shiny-server/shiny-server.conf