Commit cfddc5a3 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #380 from jbn/master

Add fonts-liberation requirement, fix #372
parents 86ee445e 4594cb2a
...@@ -21,6 +21,7 @@ RUN REPO=http://cdn-fastly.deb.debian.org \ ...@@ -21,6 +21,7 @@ RUN REPO=http://cdn-fastly.deb.debian.org \
ca-certificates \ ca-certificates \
sudo \ sudo \
locales \ locales \
fonts-liberation \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment