File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM tpm2software/tpm2-tss:ubuntu-18.04
3
3
ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
4
4
5
5
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 && \
7
7
apt-get install -y automake autoconf libtool pkg-config libssl-dev && \
8
8
# These libraries are needed for bindgen as it uses libclang.so
9
9
apt-get install -y clang libclang-dev libc6-dev-i386
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:18.04
2
2
3
3
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 && \
5
5
# These libraries are needed for bindgen as it uses libclang.so
6
6
apt-get install -y clang libclang-dev && \
7
7
# Needed for Open SSL
You can’t perform that action at this time.
0 commit comments