Skip to content

Commit

Permalink
travis: enable backports for libgsl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 22, 2017
1 parent 44fceea commit b447d7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN \
apt install -y apt-transport-https && \
echo "deb https://packages.groonga.org/debian/ jessie main" > \
/etc/apt/sources.list.d/groonga.list && \
echo "deb http://ftp.debian.org/debian jessie-backports main" > \
/etc/apt/sources.list.d/backports.list && \
apt update && \
apt install -y --allow-unauthenticated groonga-keyring && \
apt update && \
Expand Down

0 comments on commit b447d7e

Please sign in to comment.