mirror of
https://github.com/openharmony/third_party_rust_libc.git
synced 2026-07-22 19:05:29 -04:00
10 lines
291 B
Docker
10 lines
291 B
Docker
# NOTE: the pacman that we use for this target doesn't support
|
|
# to use it on CI and we should pull it from another Docker image.
|
|
|
|
FROM huyuumi/libc-switch:latest
|
|
|
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
gcc libc6-dev ca-certificates
|
|
|
|
ENV PATH=$PATH:/rust/bin
|