This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit bd6bbc3e0ab0fb778e7e1ec1f6c941d868dd8681 Author: James Daugherty <[email protected]> AuthorDate: Sun Jun 1 03:33:45 2025 -0400 [skip ci] add rsync to docker verification image --- etc/bin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bin/Dockerfile b/etc/bin/Dockerfile index c46380d676..cd3e9696cd 100644 --- a/etc/bin/Dockerfile +++ b/etc/bin/Dockerfile @@ -19,7 +19,7 @@ FROM bellsoft/liberica-openjdk-debian:17.0.14 USER root -RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy +RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \ dpkg-reconfigure --frontend=noninteractive locales && \
