projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
583ba1d
)
* test/infra/Dockerfile.emba (emacs-base): Don't install gawk.
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 3 Jun 2023 15:52:46 +0000
(17:52 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 3 Jun 2023 15:52:46 +0000
(17:52 +0200)
test/infra/Dockerfile.emba
patch
|
blob
|
history
diff --git
a/test/infra/Dockerfile.emba
b/test/infra/Dockerfile.emba
index b146f5a2c4d6d1666a1c11d4355ff1fe138a28d9..7f12d682a13ecd830ef0c595c5736a5c8eeb4740 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 g
awk g
db \
+ libdbus-1-dev libacl1-dev acl git texinfo gdb \
&& rm -rf /var/lib/apt/lists/*
FROM emacs-base as emacs-inotify