File tree 4 files changed +8
-2
lines changed
4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
9
&& apt-get -y install --no-install-recommends \
10
10
clang \
11
11
cmake \
12
+ cpio \
12
13
build-essential \
13
14
python3 \
14
15
curl \
Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ FROM mcr.microsoft.com/devcontainers/dotnet:${VARIANT}
4
4
# Set up machine requirements to build the repo
5
5
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
6
6
&& apt-get -y install --no-install-recommends \
7
- cmake \
8
- llvm \
9
7
clang \
8
+ cmake \
9
+ cpio \
10
10
build-essential \
11
11
python3 \
12
12
curl \
13
13
git \
14
14
lldb \
15
+ llvm \
15
16
liblldb-dev \
16
17
libunwind8 \
17
18
libunwind8-dev \
@@ -22,6 +23,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
22
23
libkrb5-dev \
23
24
zlib1g-dev \
24
25
ninja-build \
26
+ zlib1g-dev \
27
+ ninja-build \
25
28
openjdk-17-jdk \
26
29
pulseaudio
27
30
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
9
9
&& apt-get -y install --no-install-recommends \
10
10
clang \
11
11
cmake \
12
+ cpio \
12
13
build-essential \
13
14
python3 \
14
15
curl \
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
8
8
&& apt-get -y install --no-install-recommends \
9
9
clang \
10
10
cmake \
11
+ cpio \
11
12
build-essential \
12
13
python3 \
13
14
curl \
You can’t perform that action at this time.
0 commit comments