Skip to content

Commit

Permalink
install libxslt1-dev and libffi-dev for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
afirth committed Aug 10, 2015
1 parent b8040df commit 8e3821d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .whiskey/action_hooks/pre-build
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ echo "-e ." >> /app/requirements.txt

# Copy application.wsgi into the location mod-wsgi_docker expects it
cp /app/deploy/application.wsgi /app/ga4gh/

echo " -----> Installing extra libs"
apt-get update && \
apt-get install -y --no-install-recommends \
libffi-dev \
libxslt1-dev

0 comments on commit 8e3821d

Please sign in to comment.