grim/convey

Missed a bunch of updates on unit tests for the options update
FROM gliderlabs/alpine:edge
RUN set -ex && \
apk add --no-cache curl ca-certificates
COPY run.sh /
CMD ["/run.sh"]