FROM alpine:3.5
MAINTAINER Jack Lindamood <jlindamo@twitch.tv>

# Required for SSL
#COPY ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt
RUN apk --no-cache add ca-certificates
