projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4897c98
)
* test/infra/Dockerfile.emba (emacs-base): Install also gawk.
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 3 Jun 2023 07:54:52 +0000
(09:54 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 3 Jun 2023 07:54:52 +0000
(09:54 +0200)
test/infra/Dockerfile.emba
patch
|
blob
|
history
diff --git
a/test/infra/Dockerfile.emba
b/test/infra/Dockerfile.emba
index 7f12d682a13ecd830ef0c595c5736a5c8eeb4740..b146f5a2c4d6d1666a1c11d4355ff1fe138a28d9 100644
(file)
--- 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 g
awk g
db \
&& rm -rf /var/lib/apt/lists/*
FROM emacs-base as emacs-inotify