repo: add CI mode

This commit is contained in:
Thomas Hobson 2021-03-14 14:50:55 +13:00
parent d529384f21
commit be1b93cf1f
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
3 changed files with 12 additions and 8 deletions

View file

@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y unzip autoconf build-essential libssl-d
ln -sf /bin/bash /bin/sh && \
rm -rf /var/lib/apt/lists/*
ADD *.sh /
ADD entrypoint.sh mkindex.sh /
ENTRYPOINT ["bash","/entrypoint.sh"]
CMD ["--no-build"]