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:
parent
b6b5c7d7d9
commit
53339ceb8d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue