mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-14 07:59:34 +00:00
* test/infra/Dockerfile.emba (emacs-native-comp): Add zlib1g-dev.
This commit is contained in:
parent
64a2b0d36f
commit
875e77a66a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ FROM emacs-base as emacs-native-comp
|
||||||
# The libgccjit version must correspond to the gcc version.
|
# The libgccjit version must correspond to the gcc version.
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
|
apt-get install -y --no-install-recommends -o=Dpkg::Use-Pty=0 \
|
||||||
libgccjit-10-dev \
|
libgccjit-10-dev zlib1g-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
FROM emacs-native-comp as emacs-native-comp-speed0
|
FROM emacs-native-comp as emacs-native-comp-speed0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue