diff --git a/.travis/Dockerfile b/.travis/Dockerfile index cb4c7f3..f0fd97d 100644 --- a/.travis/Dockerfile +++ b/.travis/Dockerfile @@ -9,7 +9,7 @@ COPY book.json book.json COPY docker-entrypoint.sh /usr/local/bin/ RUN set -x && apk add --no-cache \ - tzdata \ + tzdata bash \ && npm install -g gitbook-cli \ && gitbook install \ && ln -s /usr/local/bin/docker-entrypoint.sh / \