File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
33ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig
44
55RUN 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
Original file line number Diff line number Diff line change 11FROM ubuntu:18.04
22
33RUN 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
You can’t perform that action at this time.
0 commit comments