Add back dependency for xsl in docker build

This commit is contained in:
Timothy Warren 2017-01-27 12:17:02 -05:00
parent a80a860f8d
commit 2b2ec71edd
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ set -xe
apt-get update -yqq
apt-get install \
git \
libxslt1-dev \
libxslt1.1 \
unzip \
-yqq