Add "ssl_helper" to our builder Dockerfile

This commit is contained in:
Tianon Gravi 2017-05-23 15:27:57 -07:00
parent c683b6daf9
commit c2163904e1
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ RUN apk add --no-cache \
# bash for running scripts
bash \
# go for compiling bashbrew
go libc-dev
go libc-dev \
# ssl for downloading files
libressl
ENV GOPATH /go
ENV PATH $GOPATH/bin:$PATH