We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18470fd commit e167b2eCopy full SHA for e167b2e
1 file changed
Dockerfile
@@ -20,7 +20,7 @@ FROM haskell:9.10.2-slim-bullseye as app
20
21
# system runtime deps - if this command fails, check libicu version (https://packages.debian.org/index) and upgrade if necessary
22
RUN apt-get update -qq && \
23
- apt-get install -qq -y libpcre3 libicu72 --fix-missing --no-install-recommends && \
+ apt-get install -qq -y libpcre3 libicu67 --fix-missing --no-install-recommends && \
24
apt-get clean && \
25
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
26
0 commit comments