fix(docker): add missing ca-certs

This commit is contained in:
Mike
2021-05-05 16:04:58 -07:00
parent 8569684593
commit cf7fac325f

View File

@@ -11,7 +11,7 @@ RUN \
apt-get update -y -qq && \
apt install -y -qq \
git cmake build-essential libssl-dev zlib1g-dev \
curl unzip zip pkg-config
curl unzip zip pkg-config ca-certificates
RUN git clone https://github.com/open-amt-cloud-toolkit/rpc.git
WORKDIR /rpc
RUN mkdir -p build