Skip to content

Commit

Permalink
Merge pull request #618 from Sage-Bionetworks/dev-libicu74-upgrade
Browse files Browse the repository at this point in the history
Upgrade libicu70 to libicu74 to avoid because the latter is not avail…
  • Loading branch information
afwillia authored Oct 2, 2024
2 parents f838c9a + 32a438b commit 1f6455b
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 1f6455b

Please sign in to comment.