Skip to content

Commit ce52303

Browse files
authored
Adding missing components from docker images (#473)
This change adds 5 main components to the docker image to support Hafnium building: `clang, device-tree-compiler, libssl-dev, lld, llvm` This is tested with `docker build`, then pulled down top of main in mu_tiano_platforms from the built docker, build and run QemuSbsaPkg successfully.
1 parent 04732fd commit ce52303

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.sync/containers/Ubuntu-22/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,17 @@ RUN apt-get update && \
4646
apt-get install --yes --no-install-recommends \
4747
bison \
4848
ca-certificates \
49+
clang \
4950
curl \
51+
device-tree-compiler \
5052
flex \
5153
git \
5254
gnupg \
5355
gnupg2 \
5456
lcov \
57+
libssl-dev \
58+
lld \
59+
llvm \
5560
jq \
5661
m4 \
5762
make \

.sync/containers/Ubuntu-24/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,17 @@ RUN apt-get update && \
4646
apt-get install --yes --no-install-recommends \
4747
bison \
4848
ca-certificates \
49+
clang \
4950
curl \
51+
device-tree-compiler \
5052
flex \
5153
git \
5254
gnupg \
5355
gnupg2 \
5456
lcov \
57+
libssl-dev \
58+
lld \
59+
llvm \
5560
jq \
5661
m4 \
5762
make \

0 commit comments

Comments
 (0)