mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
Merge pull request #72 from Compewter/patch-1
add fonts-liberation to apt install package list
This commit is contained in:
commit
5a8ad00621
|
@ -26,6 +26,7 @@ ADD https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb /
|
||||||
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-liberation \
|
||||||
gconf-service \
|
gconf-service \
|
||||||
hicolor-icon-theme \
|
hicolor-icon-theme \
|
||||||
libappindicator1 \
|
libappindicator1 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user