mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update fonts
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
22a72bdbbb
commit
60089a9e35
|
@ -10,7 +10,10 @@ ADD https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb /sr
|
|||
RUN mkdir -p /usr/share/icons/hicolor && \
|
||||
apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
fonts-cantarell \
|
||||
fonts-droid \
|
||||
fonts-liberation \
|
||||
fonts-roboto \
|
||||
fonts-symbola \
|
||||
gconf-service \
|
||||
hicolor-icon-theme \
|
||||
|
@ -19,6 +22,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
|||
libcanberra-gtk-module \
|
||||
libcurl3 \
|
||||
libexif-dev \
|
||||
libfontconfig1 \
|
||||
libfreetype6 \
|
||||
libgconf-2-4 \
|
||||
libgl1-mesa-dri \
|
||||
libgl1-mesa-glx \
|
||||
|
@ -28,6 +33,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
|||
libv4l-0 \
|
||||
libxss1 \
|
||||
libxtst6 \
|
||||
lsb-base \
|
||||
strace \
|
||||
wget \
|
||||
xdg-utils \
|
||||
--no-install-recommends && \
|
||||
|
|
|
@ -26,7 +26,10 @@ ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /s
|
|||
RUN mkdir -p /usr/share/icons/hicolor && \
|
||||
apt-get update && apt-get install -y \
|
||||
ca-certificates \
|
||||
fonts-droid \
|
||||
fonts-cantarell \
|
||||
fonts-liberation \
|
||||
fonts-roboto \
|
||||
fonts-symbola \
|
||||
gconf-service \
|
||||
hicolor-icon-theme \
|
||||
|
@ -35,6 +38,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
|||
libcanberra-gtk-module \
|
||||
libcurl3 \
|
||||
libexif-dev \
|
||||
libfontconfig1 \
|
||||
libfreetype6 \
|
||||
libgconf-2-4 \
|
||||
libgl1-mesa-dri \
|
||||
libgl1-mesa-glx \
|
||||
|
@ -44,6 +49,7 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
|||
libv4l-0 \
|
||||
libxss1 \
|
||||
libxtst6 \
|
||||
lsb-base \
|
||||
strace \
|
||||
wget \
|
||||
xdg-utils \
|
||||
|
|
Loading…
Reference in New Issue
Block a user