fix some builds

Signed-off-by: Jess Frazelle <acidburn@github.com>
This commit is contained in:
Jess Frazelle
2018-12-28 20:03:15 -05:00
parent 37eb951c89
commit 60dbf5034b
6 changed files with 9 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ RUN apk add --no-cache \
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
build-base \
&& gem install travis --no-rdoc --no-ri \
&& gem install travis --no-document \
&& apk del .build-deps
ENTRYPOINT ["travis"]