-
Notifications
You must be signed in to change notification settings - Fork 19
/
ubuntu-22.04-mbedtls-3.1.docker.m4
69 lines (64 loc) · 1.17 KB
/
ubuntu-22.04-mbedtls-3.1.docker.m4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
FROM ubuntu:jammy
LABEL org.opencontainers.image.source https://github.com/tpm2-software/tpm2-software-container
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install -y \
autoconf-archive \
curl \
libcmocka0 \
libcmocka-dev \
net-tools \
build-essential \
git \
pkg-config \
gcc \
g++ \
m4 \
libtool \
automake \
libgcrypt20-dev \
libssl-dev \
autoconf \
gnulib \
wget \
doxygen \
libdbus-1-dev \
libglib2.0-dev \
clang \
clang-tools \
pandoc \
lcov \
libcurl4-openssl-dev \
dbus-x11 \
vim-common \
libsqlite3-dev \
iproute2 \
libtasn1-6-dev \
socat \
libseccomp-dev \
expect \
gawk \
libjson-c-dev \
libengine-pkcs11-openssl \
default-jre \
default-jdk \
sqlite3 \
libnss3-tools \
python3 \
python3-pip \
libyaml-dev \
uuid-dev \
opensc \
gnutls-bin \
rustc \
acl \
libjson-glib-dev \
libusb-1.0-0-dev \
libftdi-dev
include(`pip3.m4')
include(`autoconf.m4')
include(`swtpm.m4')
include(`uthash.m4')
include(`junit.m4')
include(`mbedtls31.m4')
WORKDIR /