mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-01 21:34:09 -04:00
0e57942c36
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
12 lines
204 B
Docker
12 lines
204 B
Docker
FROM ubuntu:25.04
|
|
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
ca-certificates \
|
|
gcc \
|
|
libc6-dev
|
|
|
|
RUN apt search linux-headers
|
|
RUN ls /usr/src
|
|
|
|
ENV PATH=$PATH:/rust/bin
|