Browse Source

Add "ssl_helper" to our builder Dockerfile

Tianon Gravi 8 years ago
parent
commit
c2163904e1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -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