-
Notifications
You must be signed in to change notification settings - Fork 19
/
ubuntu-18.04.docker.m4
73 lines (67 loc) · 1.36 KB
/
ubuntu-18.04.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
70
71
72
73
# Ubuntu 18.04 docker file
#
FROM ubuntu:18.04
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-9 \
clang-tools-9 \
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 \
libyaml-dev \
uuid-dev \
opensc \
gnutls-bin \
rustc \
acl \
libjson-glib-dev \
libusb-1.0-0-dev \
libftdi-dev
RUN update-alternatives --install /usr/bin/clang clang /usr/bin/clang-9 100
RUN update-alternatives --install /usr/bin/scan-build scan-build /usr/bin/scan-build-9 100
include(`autoconf.m4')
include(`ibmtpm1637.m4')
include(`python3.7.2.m4')
include(`pip3.m4')
include(`swtpm.m4')
include(`uthash.m4')
include(`junit.m4')
WORKDIR /