fix: add missing package m4 (needed by build-docs-pdf)
This commit is contained in:
parent
27e203a3ac
commit
bd325fd13e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN apt-get update \
|
|||
&& truncate -s 0 /var/log/*log
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends make build-essential inotify-tools chromium gosu unzip \
|
||||
&& apt-get install -y --no-install-recommends make build-essential inotify-tools chromium gosu unzip m4 \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||
&& truncate -s 0 /var/log/*log
|
||||
|
|
Loading…
Reference in a new issue