Add cpio to Codespaces Dockerfiles (#109817)
Right now it fails when building installers (we don't do that during prebuild so we didn't notice)
This commit is contained in:
Родитель
55eee32465
Коммит
245897ab25
|
@ -9,6 +9,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|||
&& apt-get -y install --no-install-recommends \
|
||||
clang \
|
||||
cmake \
|
||||
cpio \
|
||||
build-essential \
|
||||
python3 \
|
||||
curl \
|
||||
|
|
|
@ -4,14 +4,15 @@ FROM mcr.microsoft.com/devcontainers/dotnet:${VARIANT}
|
|||
# Set up machine requirements to build the repo
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install --no-install-recommends \
|
||||
cmake \
|
||||
llvm \
|
||||
clang \
|
||||
cmake \
|
||||
cpio \
|
||||
build-essential \
|
||||
python3 \
|
||||
curl \
|
||||
git \
|
||||
lldb \
|
||||
llvm \
|
||||
liblldb-dev \
|
||||
libunwind8 \
|
||||
libunwind8-dev \
|
||||
|
@ -22,6 +23,8 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|||
libkrb5-dev \
|
||||
zlib1g-dev \
|
||||
ninja-build \
|
||||
zlib1g-dev \
|
||||
ninja-build \
|
||||
openjdk-17-jdk \
|
||||
pulseaudio
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|||
&& apt-get -y install --no-install-recommends \
|
||||
clang \
|
||||
cmake \
|
||||
cpio \
|
||||
build-essential \
|
||||
python3 \
|
||||
curl \
|
||||
|
|
|
@ -8,6 +8,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|||
&& apt-get -y install --no-install-recommends \
|
||||
clang \
|
||||
cmake \
|
||||
cpio \
|
||||
build-essential \
|
||||
python3 \
|
||||
curl \
|
||||
|
|
Загрузка…
Ссылка в новой задаче