mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +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 && \
|
RUN mkdir -p /usr/share/icons/hicolor && \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
fonts-cantarell \
|
||||||
|
fonts-droid \
|
||||||
fonts-liberation \
|
fonts-liberation \
|
||||||
|
fonts-roboto \
|
||||||
fonts-symbola \
|
fonts-symbola \
|
||||||
gconf-service \
|
gconf-service \
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
|
@ -19,6 +22,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
||||||
libcanberra-gtk-module \
|
libcanberra-gtk-module \
|
||||||
libcurl3 \
|
libcurl3 \
|
||||||
libexif-dev \
|
libexif-dev \
|
||||||
|
libfontconfig1 \
|
||||||
|
libfreetype6 \
|
||||||
libgconf-2-4 \
|
libgconf-2-4 \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libgl1-mesa-glx \
|
libgl1-mesa-glx \
|
||||||
|
@ -28,6 +33,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
||||||
libv4l-0 \
|
libv4l-0 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
|
lsb-base \
|
||||||
|
strace \
|
||||||
wget \
|
wget \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
--no-install-recommends && \
|
--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 && \
|
RUN mkdir -p /usr/share/icons/hicolor && \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
fonts-droid \
|
||||||
|
fonts-cantarell \
|
||||||
fonts-liberation \
|
fonts-liberation \
|
||||||
|
fonts-roboto \
|
||||||
fonts-symbola \
|
fonts-symbola \
|
||||||
gconf-service \
|
gconf-service \
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
|
@ -35,6 +38,8 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
||||||
libcanberra-gtk-module \
|
libcanberra-gtk-module \
|
||||||
libcurl3 \
|
libcurl3 \
|
||||||
libexif-dev \
|
libexif-dev \
|
||||||
|
libfontconfig1 \
|
||||||
|
libfreetype6 \
|
||||||
libgconf-2-4 \
|
libgconf-2-4 \
|
||||||
libgl1-mesa-dri \
|
libgl1-mesa-dri \
|
||||||
libgl1-mesa-glx \
|
libgl1-mesa-glx \
|
||||||
|
@ -44,6 +49,7 @@ RUN mkdir -p /usr/share/icons/hicolor && \
|
||||||
libv4l-0 \
|
libv4l-0 \
|
||||||
libxss1 \
|
libxss1 \
|
||||||
libxtst6 \
|
libxtst6 \
|
||||||
|
lsb-base \
|
||||||
strace \
|
strace \
|
||||||
wget \
|
wget \
|
||||||
xdg-utils \
|
xdg-utils \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user