This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 93398c7 Add dos2unix to deal with Windows vs Linux line endings 93398c7 is described below commit 93398c7747a8c80c3433f1c6c2e8b25f269ee7d5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 14 11:39:42 2023 -0500 Add dos2unix to deal with Windows vs Linux line endings --- src/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docker/Dockerfile b/src/docker/Dockerfile index c3b2cd4..943a1c6 100644 --- a/src/docker/Dockerfile +++ b/src/docker/Dockerfile @@ -32,6 +32,7 @@ RUN apt-get update && apt-get --assume-yes install software-properties-common \ && apt-get --assume-yes install g++-aarch64-linux-gnu \ && apt-get --assume-yes install mingw-w64 \ && apt-get --assume-yes install wget \ + && apt-get --assume-yes install dos2unix \ # Bug workaround see https://github.com/docker-library/openjdk/issues/19. && /var/lib/dpkg/info/ca-certificates-java.postinst configure