Skip to content

Commit

Permalink
Upgrade docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Jun 16, 2023
1 parent 9987e30 commit b5d9525
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 @@ -10,7 +10,7 @@ FROM php:8.1 as base
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863199#23
RUN mkdir -p /usr/share/man/man1 \
&& apt-get update \
&& apt-get install --no-install-recommends -yq graphviz libicu-dev libicu67 zlib1g-dev openjdk-11-jre-headless gpg \
&& apt-get install --no-install-recommends -yq graphviz libicu-dev libicu72 zlib1g-dev openjdk-17-jre-headless gpg \
&& rm -rf /var/lib/apt/lists/* /usr/share/man/man1 \
&& docker-php-ext-install -j$(nproc) intl

Expand Down

0 comments on commit b5d9525

Please sign in to comment.