android13/external/rust/crates/libm/ci/docker/x86_64-unknown-linux-gnu/Dockerfile

5 lines
125 B
Docker
Raw Normal View History

2024-06-22 08:45:49 -04:00
FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates