From 0eba9cf65119a68596c4bf3689086a517d51ce72 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 3 Jun 2023 09:54:52 +0200 Subject: [PATCH] * test/infra/Dockerfile.emba (emacs-base): Install also gawk. --- test/infra/Dockerfile.emba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index 7f12d682a13..b146f5a2c4d 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -29,7 +29,7 @@ FROM debian:bullseye as emacs-base RUN apt-get update && \ apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \ libc-dev gcc g++ make autoconf automake libncurses-dev gnutls-dev \ - libdbus-1-dev libacl1-dev acl git texinfo gdb \ + libdbus-1-dev libacl1-dev acl git texinfo gawk gdb \ && rm -rf /var/lib/apt/lists/* FROM emacs-base as emacs-inotify -- 2.39.2