mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
* test/infra/Dockerfile.emba (emacs-base): Install also gawk.
This commit is contained in:
parent
4897c98b6c
commit
0eba9cf651
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user