Skip to content

Commit

Permalink
Upgrade libicu70 to libicu74 to avoid because the latter is not avail…
Browse files Browse the repository at this point in the history
  • Loading branch information
afwillia committed Oct 2, 2024
1 parent f838c9a commit 32a438b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 libicu70 curl
RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu74 curl

# overwrite the default config with our modified copy
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
Expand Down

0 comments on commit 32a438b

Please sign in to comment.