mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-12-02 14:28:08 +01:00
Added package to support japanese fonts
This commit is contained in:
parent
89cab72772
commit
9bb52f3d47
|
@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libsm6 \
|
libsm6 \
|
||||||
spotify-client \
|
spotify-client \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
|
fonts-droid-fallback \
|
||||||
libcanberra-gtk3-module \
|
libcanberra-gtk3-module \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user