fix: add missing package m4 (needed by build-docs-pdf)

This commit is contained in:
Glenn Y. Rolland 2021-12-21 16:54:22 +01:00
parent 2fd1b7e9f5
commit 203ab58c84

View file

@ -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