Commit 83ecb386 authored by Guy Maliar's avatar Guy Maliar Committed by James Lamb
Browse files

[docker] install ca certificates package on ubuntu image (#2554)

parent 76bda1e2
......@@ -2,6 +2,7 @@ FROM ubuntu:16.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
cmake \
build-essential \
gcc \
......
......@@ -5,6 +5,7 @@ ENV PATH $CONDA_DIR/bin:$PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \
cmake \
build-essential \
gcc \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment