Skip to content

Commit 92e48b7

Browse files
committed
Added cmake to dockerfile for mbed_crypto and all-providers
Signed-off-by: Samuel Bailey <[email protected]>
1 parent fa4d19c commit 92e48b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e_tests/provider_cfg/all/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM tpm2software/tpm2-tss:ubuntu-18.04
33
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
44

55
RUN apt-get update && \
6-
apt-get install -y git make gcc python3 python curl wget && \
6+
apt-get install -y git make gcc python3 python curl wget cmake && \
77
apt-get install -y automake autoconf libtool pkg-config libssl-dev && \
88
# These libraries are needed for bindgen as it uses libclang.so
99
apt-get install -y clang libclang-dev libc6-dev-i386

e2e_tests/provider_cfg/mbed-crypto/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
RUN apt-get update && \
4-
apt-get install -y git make gcc python3 python curl wget libgcc1 && \
4+
apt-get install -y git make gcc python3 python curl wget libgcc1 cmake && \
55
# These libraries are needed for bindgen as it uses libclang.so
66
apt-get install -y clang libclang-dev && \
77
# Needed for Open SSL

0 commit comments

Comments
 (0)