0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

chore(devcontainer): add clang to cargo build (#28345)

This commit is contained in:
KnorpelSenf 2025-03-02 04:47:38 +01:00 committed by GitHub
parent b6b5c7d7d9
commit 53339ceb8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/rust:1-bullseye
# Install cmake
RUN apt-get update \
&& apt-get install -y cmake \
&& apt-get install -y cmake clang \
&& rm -rf /var/lib/apt/lists/*
# Install Deno