fix ca-certificates

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-12-27 17:24:13 -08:00
parent 9e0ed97d8c
commit 402e2ba9b9
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -11,6 +11,7 @@ MAINTAINER Cris G c@cristhekid.com
# Install required packages. # Install required packages.
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \
python python
# Get the source # Get the source