mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-25 03:46:47 +00:00
Add texlive-fonts-recommended to Debian container
Since the container is installed with --no-install-recommends it isn't coming in by default. Without it this bug occurs: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865217
This commit is contained in:
parent
a5bb4d8428
commit
2c9a09f767
@ -12,6 +12,7 @@ RUN apt-get install -yq --no-install-recommends \
|
|||||||
gettext \
|
gettext \
|
||||||
gobject-introspection \
|
gobject-introspection \
|
||||||
gtk-doc-tools \
|
gtk-doc-tools \
|
||||||
|
texlive-fonts-recommended \
|
||||||
locales \
|
locales \
|
||||||
libarchive-dev \
|
libarchive-dev \
|
||||||
libcairo-dev \
|
libcairo-dev \
|
||||||
|
@ -13,6 +13,7 @@ RUN apt-get install -yq --no-install-recommends \
|
|||||||
gir1.2-appstreamglib-1.0 \
|
gir1.2-appstreamglib-1.0 \
|
||||||
gobject-introspection \
|
gobject-introspection \
|
||||||
gtk-doc-tools \
|
gtk-doc-tools \
|
||||||
|
texlive-fonts-recommended \
|
||||||
locales \
|
locales \
|
||||||
libappstream-glib-dev \
|
libappstream-glib-dev \
|
||||||
libarchive-dev \
|
libarchive-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user