Skip to content

Commit

Permalink
Added cmake to dockerfile for mbed_crypto and all-providers
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Bailey <samuel.bailey@arm.com>
  • Loading branch information
sbailey-arm committed Jun 19, 2020
1 parent d5b4be4 commit 186980a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e_tests/provider_cfg/all/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM tpm2software/tpm2-tss:ubuntu-18.04
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig

RUN apt-get update && \
apt-get install -y git make gcc python3 python curl wget && \
apt-get install -y git make gcc python3 python curl wget cmake && \
apt-get install -y automake autoconf libtool pkg-config libssl-dev && \
# These libraries are needed for bindgen as it uses libclang.so
apt-get install -y clang libclang-dev libc6-dev-i386
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/provider_cfg/mbed-crypto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:18.04

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

0 comments on commit 186980a

Please sign in to comment.