add ca-certificates

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-10-07 16:01:42 -07:00
parent 30f191d853
commit aa69fe2562
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -11,6 +11,7 @@ FROM debian:sid
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apt-get update && apt-get install -y \
ca-certificates \
s3cmd \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*