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

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