fix travis build

This commit is contained in:
Robert Schmidt 2020-01-15 21:34:59 +01:00
parent 4a9be9c579
commit 97e3bbb2d8
4 changed files with 8 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM ruby:2.5
FROM ruby:2.5.7
RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - && apt-get update && \
apt-get install -y build-essential zlib1g-dev libsqlite3-dev nodejs npm \
libxml2-dev libxslt1-dev pkg-config \