Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #47 from open-amt-cloud-toolkit/add_missing_ca
Browse files Browse the repository at this point in the history
fix(docker): add missing ca-certs
  • Loading branch information
rsdmike authored May 6, 2021
2 parents 8569684 + 584ca67 commit 38c8bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# SPDX-License-Identifier: Apache-2.0
#*********************************************************************/

FROM ubuntu:20.04 AS rpc-builder
FROM ubuntu:20.10 AS rpc-builder

WORKDIR /
ARG DEBIAN_FRONTEND=noninteractive
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
Expand Down

0 comments on commit 38c8bc2

Please sign in to comment.