debian: Install missing ca-certificates package

Because CI build is

1.  Slow and in log it is showing because "apt-utils" not installed

2. to avoid CI build to exits with error without having certificate

Fixes: #427 

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
This commit is contained in:
Pratik Raj
2020-03-06 16:15:40 +05:30
parent 7c92854e5d
commit 8d7817805a
2 changed files with 4 additions and 0 deletions

View File

@@ -8,10 +8,12 @@ from docker.io/debian:@OS_VERSION@
# RUN commands
RUN apt-get update && apt-get --no-install-recommends install -y \
apt-utils \
autoconf \
automake \
binutils \
build-essential \
ca-certificates \
chrony \
cmake \
coreutils \

View File

@@ -12,10 +12,12 @@ from docker.io/ubuntu:@OS_VERSION@
# RUN commands
RUN apt-get update && apt-get --no-install-recommends install -y \
apt-utils \
autoconf \
automake \
binutils \
build-essential \
ca-certificates \
chrony \
cmake \
coreutils \