This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 5621c2a8 YETUS-1226. patch command is missing from container (#307)
5621c2a8 is described below
commit 5621c2a8bfd36afb42b6a9b286022f8a5f60307e
Author: Allen Wittenauer <[email protected]>
AuthorDate: Fri May 26 20:39:54 2023 -0700
YETUS-1226. patch command is missing from container (#307)
---
precommit/src/main/shell/test-patch-docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile
b/precommit/src/main/shell/test-patch-docker/Dockerfile
index fe07bb18..30b6cd12 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -53,6 +53,7 @@ RUN apt-get -q update && apt-get -q install
--no-install-recommends -y \
libffi-dev \
libxml2-utils \
locales \
+ patch \
pkg-config \
rsync \
software-properties-common \